Hello All,
In my actionservlet, I have the following: userInfoForm userForm = (userInfoForm) form; String fullname = userForm.getFullname(); String address = userForm.getAddress(); When I try to display the value in my JSP page using <bean:write name="userInfoForm" property="fullname"/> <bean:write name="userInfoForm" property="address"/> Why the page just display the value of fullname and not both fullname and address? Thank you!!! Thanks, Lee __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

