Hi all,
 
 
In my HashMap (which defines the form) I save something like that:
setField("username", "oliver"); Know I want to the output of the message
to be dynamic.
 
For a static version this works fine:
<bean:message key="form.username"/>
 
For a dynamic version I think I need some thing like that: <bean:message
key="form.<bean:write name="field" property="key" />"/>
 
But the code above does not work! Has anyone an idea?
 
 
THX
Oliver
 

Reply via email to