Re: Session / Form Issue

2004-09-25 Thread Mark Lowe
By virtue of the properties being in the form you don't need to have it in the name attribute.. At the moment your html:text does this userForm.getUserForm().getFullname(); try Which will be doing userForm.getFullname(); Mark On 25 Sep 2004, at 13:53, Greg Preston wrote: All, I have recently up

Session / Form Issue

2004-09-25 Thread Greg Preston
All, I have recently upgraded to Struts distribution 1.24 and am having a problem I can't explain. I have a Action that ends up calling a business class which returns an Form. If I place the Form in the request object the subsequently called JSP page (USER.JSP) can render the content via tag