Hello,

I've used struts 1.0 with forms before but I'm having problems using
DynaActionForms instead.
I've setup my struts-config properly (I beleive), and I'm using the
following code in my action to set my form bean:
DynaActionForm myForm = new DynaActionForm();
myForm.set("name","this is my name");
request.setAttribute("MyForm",myForm);

WIthin my jsp (that the action forwards to), I have:
<html:form name="MyForm" type="org.apache.struts.action.DynaActionForm"
action="someaction">
<html:text name="MyForm" property="name"/>
</html:form>

But when I load the page my textbox is blank.  Can someone tell my why the
dynaactionform variable isn't being set?

Thanks,
Chris Book
[EMAIL PROTECTED]

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

Reply via email to