Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Ricardo Gladwell
Hi Niall, My form-bean definition is included below: -- Ricardo Gladwell Niall Pemberton wrote: If you have in your jsp, then Struts (using BeanUtils) will try and do a get("webdav") on your DynaActionForm so that it can then call set("url") on the bean returned from the get.

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Ricardo Gladwell
I'm already using the EL versions of the tag libraries and using other EL expressions successfully in other parts of the application. The example works successfully when I do not use a nested property in the property attribute of the html:text tag so it would indicate that the EL version of the

RE: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Robert Taylor
l:text tag would look like: robert > -Original Message- > From: Ricardo Gladwell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 06, 2004 10:57 AM > To: Struts Users Mailing List > Subject: Re: Problem setting nested bean properties on ActionForms > > > Hi N

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Kishore Senji
You cannot have "." in your form-property names. This is what the dtd says about form-properyt names Thanks, Kishore Senji. On Fri, 06 Aug 2004 14:02:40 +0100, Ricardo Gladwell <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm having some problems with nested properties in Strust. Struts seems >

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Niall Pemberton
then stop confusing struts and drop the period/full stop. Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 4:37 PM Subject: Re: Problem setting nested bean

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Niall Pemberton
So my guess was correct - so see my previous answer. Niall - Original Message - From: "Ricardo Gladwell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 3:56 PM Subject: Re: Problem setting neste

RE: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Robert Taylor
Mailing List > Subject: Re: Problem setting nested bean properties on ActionForms > > > Not if hes using a servlet container that supports el. > > Niall > > - Original Message - > From: "Robert Taylor" <[EMAIL PROTECTED]> > To: "Struts Us

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Ricardo Gladwell
AM To: Struts Users Mailing List Subject: Re: Problem setting nested bean properties on ActionForms I'm already using the EL versions of the tag libraries and using other EL expressions successfully in other parts of the application. The example works successfully when I do not use a n

RE: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Robert Taylor
Just out of curiosity, does render a none null value? robert > -Original Message- > From: Ricardo Gladwell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 06, 2004 10:12 AM > To: Struts Users Mailing List > Subject: Re: Problem setting nested bean properties on ActionFo

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Ricardo Gladwell
Hi Niall, My form-bean definition is included below: -- rg Niall Pemberton wrote: If you have in your jsp, then Struts (using BeanUtils) will try and do a get("webdav") on your DynaActionForm so that it can then call set("url") on the bean returned from the get. So when you s

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Niall Pemberton
Not if hes using a servlet container that supports el. Niall - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 2:25 PM Subject: RE: Problem setting neste

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Ricardo Gladwell
I'm already using the EL versions of the tag libraries and using other EL expressions successfully in other parts of the application. The example works successfully when I do not use a nested property in the property attribute of the html:text tag so it would indicate that the EL version of the

Re: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Niall Pemberton
If you have in your jsp, then Struts (using BeanUtils) will try and do a get("webdav") on your DynaActionForm so that it can then call set("url") on the bean returned from the get. So when you say "I checked and the property setter method for the DynaActionForm in the example I cited is being

RE: Problem setting nested bean properties on ActionForms

2004-08-06 Thread Robert Taylor
Since you are using an EL construct in the value attribute of the , you will need to import the Struts html-el tag library so that the tag "knows" how to extract information from the scoped attribute. robert > -Original Message- > From: Ricardo Gladwell [mailto:[EMAIL PROTECTED] > Sent: F