Need help with Struts EJB Value Object

2001-11-25 Thread Hai Hoang
I am using nested EJB value object in my form. For example, the jsp fields maybe looks like this, html:text property=user.userName / html:text property=user.password / The problem arised when I retrieved a record from the entity bean and populate the jsp form and ready for the user to modify

Re: Need help with Struts EJB Value Object

2001-11-25 Thread tw . richter
and then reset and if there is no form it is recreated. Therefore there are always null in the fields. Regards Thomas -Original Message- From : Hai Hoang [EMAIL PROTECTED] To : [EMAIL PROTECTED] Date : 26 November 2001 03:17:07 Subject : Need help with Struts EJB Value Object I am using nested