What, it does not work? How about setting form name explicitly:

<html:text name="ServiceSelectionForm" property="addressVO.state" />

You have defined the formbean in the struts config, have you?

Michael.

On 9/8/05, temp temp <[EMAIL PROTECTED]> wrote:
>   This is my jsp
>   <html:form    action="serviceSelection.do">
>    <html:text  property="addressVO.state"/>
>    <html:submit property="NEWSEARCH" value="Submit"/>
>   </html:form>
>   
>    I want  input textfield  from  jsp to represent porperty  state  of
> AddressVO.
> 
>    I mean when the form is submitted  I want property state from AddressVO
> to get populated with the value of the textfiled.How can I acheive this.

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

Reply via email to