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.
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
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
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
>
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo