--- Brian McSweeney <[EMAIL PROTECTED]> wrote:
> Hi all,
>  
> I have parameters in a form bean and I want to use it as 
> the key for an associated value in a resource bundle.
>  
> I was considering using 
>  
> <bean:message key=<bean:write name="myForm" property="myProperty">/>
>  
> is this valid syntax?

No.  You can't use a tag as another tag's attribute value.  Have you
considered using the JSTL's <fmt:message> tag instead?

David

>  
> Thanks,
>  
> Brian
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to