I'm used spring roo to create my project. In it I have created this form backing object
package edu.unlv.cs.rebelhotel.form;
@RooJavaBean
@RooToString
public class FormWorkEffortQuery {
...
Type: Posts; User: frnkydz; Keyword(s):
I'm used spring roo to create my project. In it I have created this form backing object
package edu.unlv.cs.rebelhotel.form;
@RooJavaBean
@RooToString
public class FormWorkEffortQuery {
...
How do i create jspx view artifacts using roo for field references and field sets. I see that roo does the automatic scaffolding for simple fields in my entity classes when I add finders to them....