how do I populate a bean values from a jsp page ?

here's what I need to do:


<s:form action="accountManager"  method="post" >
<s:textfield name="accountBean.firstName" label="First Name" />
<s:submit> </s:submit>
</s:form>


this page http://struts.apache.org/2.0.6/docs/how-do-i-populate-a-form-bean-and-get-the-value-using-the-taglib.html how to read the values from the bean but not how to populate them. Or may be I am not getting it...






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

Reply via email to