Gupta, Karan wrote:

/**** CLASS IDefForm ***/

public class IDefForm extends ActionForm
{
private IDef iDef;

Did you try renaming the property like Hubert suggested? If not, that iDef will DEFINITELY cause the problem that you mention. Change private IDef iDef; to something like IDef invDef with appropriate getters and setters.

Also, you don't really need to use the nested tag for that shallow of nesting (one deep) since using invDef.partNumber etc should work just fine. (I do have a short demo app on using the nested tag if you want to go that route though http://www.learntechnology.net/struts-nested.do ).

--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to