Search:

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

Search: Search took 0.02 seconds.

  1. Hello, I did not go on searching more to find the...

    Hello, I did not go on searching more to find the best solution for this problem (I had other ones more important I had to solve first), but eventually I attempted to solve the problem with two...
  2. Does anyone knows what's missing? the complex...

    Does anyone knows what's missing?
    the complex model I'm using works fine all the attributes EXCEPT for nested objects! Is this a norbal behaviour?
    Is it normal that a nested boject is not cleared...
  3. Replies
    0
    Views
    209

    spring webflow2 - no reaction after submit

    I'm experiencing a strange problem in Spring Webflow 2: I have three states inside my flow: 1) form to fill 2) confirmation page 3) action-state to save the model

    The first state works perfectly,...
  4. Spring webflow 2 binding: nested object do not follow flow rule

    I have an object that has a nested one that is binded in the same view:


    class MyForm{
    private String var1;
    private String var2;
    private MyNestedForm nested;
    }
    ...
  5. thanks Merten for the quick reply. I've actually...

    thanks Merten for the quick reply. I've actually thought at that solution but... how can I attach an other model to the view? I mean, with this:

    <view-state id="registerProfile"...
  6. spring webflow 2 binding: how to populate with enum values

    I'm working with spring webflow 2 and I'm facing the issue of presenting a form for user registration. The user has to insert name, surname... and his/her nationality. This is the model class:

    ...
Results 1 to 6 of 6