Hi All,
I have a problem trying to write back to my form bean. Please tell me if the following is possible. I have the following formbean : private UserObject UserObject; private ArrayList userDetails; private String mustDisplayButton1; private String mustDisplayButton2; private List usersid; private String otherUserId; private String subView; The Object UserObject: Is something like the following: private String description; private String controllerFirstname; private String controllerSurname; private String ownerBranchName; private String ownerBranchShortName; private String ownerCompanyShortName; private String ownerCompanyName; With the getter and setter methods. On my JSP page I extract values out of the UserObject parameters. How do I set a property within my JSP page to the UserObject. Regards Neil Meyer Project Manager