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?
 
Thanks,
 
Brian

Reply via email to