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...
Type: Posts; User: marcoa; Keyword(s):
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...
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...
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,...
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;
}
...
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"...
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:
...