---------- Initial Header -----------

>From      : "Ed Griebel" [EMAIL PROTECTED]
To          : "Struts Users Mailing List" user@struts.apache.org
Cc          :
Date      : Wed, 12 Oct 2005 09:31:02 -0400
Subject : Re: Example not working: Fill the value of a hidden field from a 
props-file


Oh thank you but this is not working,
I get an compile-error. It must have this structure <html:hidden/>

Any ideas?
Thanks Starki




> You can't nest tags like that. Try this instead:
> <html:hidden property="methodToCall">
>   <bean:message key="login.format.test"/>
> </html:hidden>
>
> On 10/12/05, starki78 <[EMAIL PROTECTED]> wrote:
> > Hi, my goal is to dynamically
> > set the value of a hidden field from a Ressources-
> > File:
> > <html:hidden property="methodToCall"  value='<bean:message  
> > key="login.format.test"/>' />
> >
> > After submit I get:
> > "&lt;bean:message  key=&quot;login.test.submit&quot;/&gt;"
> >
> > Can you please tell me where the error is?
> >
> > Thanks a lot
> > Starki
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to