Search:

Type: Posts; User: oceanfront; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    532

    JSF and Json

    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,...
  2. Replies
    2
    Views
    558

    Got it working.. in the generated web.xml, I...

    Got it working.. in the generated web.xml, I commented out:
    <filter>
    <filter-name>Spring OpenEntityManagerInViewFilter</filter-name>
    ...
  3. Replies
    2
    Views
    558

    Roo, mongo and jsf

    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...
  4. Replies
    19
    Views
    2,286

    We have just finished our first roo based app....

    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...
  5. Replies
    2
    Views
    817

    I eventually found the solution to this...

    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...
  6. Replies
    2
    Views
    817

    Checkboxes with a false value

    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=""/>...
  7. Replies
    2
    Views
    1,017

    Follow up - steps to recreate / solve

    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...
  8. Replies
    2
    Views
    1,017

    Grails domain classes in STS

    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...
Results 1 to 8 of 8