Search:

Type: Posts; User: easyroom@163.com; Keyword(s):

Search: Search took 0.02 seconds.

  1. help me

    i try to use the arrayToCollectionConverter
    follow the steps of
    http://forum.springframework.org/showthread.php?t=59042
    but, it wouldn't work
    it always use the ...
  2. How to bind non-string arrays :confused:

    int my form bean (the model object) there is a property


    private List<Integer> selectModels;

    i try to bind a group of checkboxes to it
    jsp:


    <c:forEach items="${groupModelTypeList}"...
  3. Replies
    5
    Views
    2,374

    hello sama I noticed this line Caused by:...

    hello sama
    I noticed this line

    Caused by: ognl.MethodFailedException: Method "register" failed for object hsenidmobile.sdp.provisioning.service.impl.MockSer viceProviderRepositoryImpl@1ce669e...
  4. Replies
    6
    Views
    955

    is child of state put it in your...

    <on-entry>
    is child of state
    put it in your view-state
  5. i think you want to access a map sotred in the...

    i think you want to access a map sotred in the flowScope
    use the evaluate will do


    <evaluate result="flowScope.yourMap" expression="yourService.createYourMapMethod()" />
    yourService can be any...
  6. there is a el variable flowExecutionContext you...

    there is a el variable flowExecutionContext
    you can pass it to your method
  7. Replies
    4
    Views
    877

    well to migrate you just need to use that bean (i...

    well to migrate you just need to use that bean (i don't remember the name, you can find it in the reference)to change your flow defination file, then switch the web flow dependency to 2.x. your...
  8. Replies
    2
    Views
    1,363

    use basic jstl

    why don't try <fmt:message>
    the basic jstl is supported by almost all containers
  9. Replies
    6
    Views
    955

    hey, in the sample the render is child of...

    hey, in the sample the render is child of on-entry like this


    <on-entry>
    <render fragments="hotelSearchFragment" />
    </on-entry>
  10. Replies
    4
    Views
    877

    why don't take a glance at the webflow reference...

    why don't take a glance at the webflow reference chapter 15. Upgrading from 1.0
    all your needs is there
  11. Replies
    2
    Views
    1,069

    It seems like your set you use Dutch locale , but...

    It seems like your set you use Dutch locale , but you expect the NumberFormatter format number as the English do.
    have you tried set the NumberFormatter's Local to EN?
Results 1 to 11 of 11