I have scaffolded an app with Roo 1.2.1, using JSF
I then ran json all.
With mvc, this would have generated controllers for json.
With jsf, it does not.
Is there an easy way to do this?
Or,...
Type: Posts; User: oceanfront; Keyword(s):
I have scaffolded an app with Roo 1.2.1, using JSF
I then ran json all.
With mvc, this would have generated controllers for json.
With jsf, it does not.
Is there an easy way to do this?
Or,...
Got it working.. in the generated web.xml, I commented out:
<filter>
<filter-name>Spring OpenEntityManagerInViewFilter</filter-name>
...
If I do:
// Spring Roo 1.2.0.RELEASE [rev 39eb957] log opened at 2012-01-19 15:36:18
project --topLevelPackage com.novexinc.mg --projectName mg
mongo setup
entity mongo --class...
We have just finished our first roo based app. Customizing things went surprisingly smooth at the java level. What I would like to see is what tools / workflow other roo developers are using to move...
I eventually found the solution to this elsewhere. Using @RequestParam makes this parameter required.
To handle optional parameters, you must do the following:
Add HttpServletRequest req to the...
I have a Roo generated jspx form with a checkbox as follows:
<field:checkbox disableFormBinding="true" field="isCompleteTrue" id="f_com_novexinc_orderhawk_shrink_ShrinkMaster_isCompleteTrue" z=""/>...
Create new grails app - Fubar using button on the dashbar
Highlight Fubar.. rightclick and select Grails Tools - Create Domain Class named Foo.. it was created in the wrong place.
However.. if I...
I have STS 2.5.0.M3
When I run Grails Tools->Generate Domain Class from the context menu, it puts the class in a folder called domain. The grails generate-xxx scripts seem to require that it be in...