This is probably a java question rather than a struts question, but I hope someone will bear with me here.
I'm using DynaValidatorForms and usually stick to strings, but for argument's sake I'm passing in some other custom objects today. I can access everything great in the form itself, such as: <bean:write name="myForm" property="myObject.someName"/> but when I submit the form, myObject is null. Is it possible to get back an (unmodified) object into my submit action? Or is it a one way only (from display action to form)? Its late, sorry if this doesn't make any sense. J --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]