Re: Fwd: Re: Fwd: Re: Re: RE: how to represent nested bean properties in a jsp form

2005-09-10 Thread Laurie Harper
temp temp wrote: I solved the problem by creating an instance of AddressVO in the formbean. Here is my code after modifications. public class ServiceSelectionForm extends ActionForm { private AddressVO addressVO = new AddressVO(); public AddressVO getAddressVO() { r

Fwd: Re: Fwd: Re: Re: RE: how to represent nested bean properties in a jsp form

2005-09-09 Thread temp temp
-- Forwarded message -- From: Michael Jouravlev <[EMAIL PROTECTED]> To: Struts Users Mailing List Date: Thu, 8 Sep 2005 11:50:06 -0700 Subject: Re: RE: how to represent nested bean properties in a jsp form What, it does not work? How about setting form name explicitly: You hav

Re: Fwd: Re: Re: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread Laurie Harper
mail.yahoo.com Subject: Re: Re: RE: how to represent nested bean properties in a jsp form From: Michael Jouravlev <[EMAIL PROTECTED]> Date: Thu, 8 Sep 2005 12:05:36 -0700 To: Struts Users Mailing List To: Struts Users Mailing List So, what happens if you use Put a de

Re: how to represent nested bean properties in a jsp form

2005-09-08 Thread Van
On 9/8/05, temp temp <[EMAIL PROTECTED]> wrote: > public class ServiceSelectionForm extends > ActionForm { > >private AddressVO addressVO; >public AddressVO getAddressVO() { >return addressVO; >} >public void setAddressVO(AddressVO addressVO) { >this.addressVO =

Fwd: Re: Re: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread temp temp
----- > From: Michael Jouravlev <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Date: Thu, 8 Sep 2005 11:50:06 -0700 > Subject: Re: RE: how to represent nested bean properties in a jsp form > What, it does not work? How about setting form name explicitly: > >

Re: Re: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread Michael Jouravlev
/redcross-donate3/ > > > ------ Forwarded message -- > From: Michael Jouravlev <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Date: Thu, 8 Sep 2005 11:50:06 -0700 > Subject: Re: RE: how to represent nested bean properties in a jsp form > What, i

Fwd: Re: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread temp temp
here is my struts config Note: forwarded message attached. thanks & regards __ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/--- Begin Message -

Re: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread Michael Jouravlev
What, it does not work? How about setting form name explicitly: 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 > > > > > >I want input textfield from jsp to represent porperty st

RE: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread temp temp
Are you getting any errors? > > -Greg > > -Original Message- > From: temp temp [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 08, 2005 10:54 AM > To: user@struts.apache.org > Subject: Fwd: RE: how to represent nested bean > properties in a jsp form > > >

RE: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread Greg Pelly
EMAIL PROTECTED] Sent: Thursday, September 08, 2005 10:54 AM To: user@struts.apache.org Subject: Fwd: RE: how to represent nested bean properties in a jsp form No I have no problem with property NEWSEARCH . I want to know how can my jsp represent nested property state (property from AddressVO ) ? t

Fwd: RE: how to represent nested bean properties in a jsp form

2005-09-08 Thread temp temp
No I have no problem with property NEWSEARCH . I want to know how can my jsp represent nested property state (property from AddressVO ) ? thanks & regards __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mai