here is my struts config
<form-bean name="serviceSelectionForm"
type="com.bankerssystems.pac.onlinetrans.service.forms.ServiceSelectionForm">
</form-bean>
<action path="/serviceSelection"
name="serviceSelectionForm"
type="com.bankerssystems.pac.onlinetrans.service.actions.ServiceSelectionAction"
input="/jsp/onlinetrans/serviceSelection.jsp"
scope="request">
<forward name="success"
path="/jsp/onlinetrans/test.jsp" />
</action>
Note: forwarded message attached.
thanks & regards
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/--- Begin Message ---
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]
--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]