I have a user object that gotta be filled by a stripes-form.
In action bean;
private User user;

public User getUser() {
        user = getCurrentUser();
        return user;
}

getCurrentUser function, returns the currently logged in user from an ejb
thatis injected through a little modified version of stripejb3 interceptor.
The problem is that the form can just bind the first field of the object.
the other fields can access to the action bean correctly, but no binding
operation is carried out for them. 

-- 
View this message in context: 
http://old.nabble.com/Stripes-Binding-Problem-tp28411715p28411715.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to