You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Oliver Thiel <th...@gmx.de> on 2004/01/19 09:14:28 UTC

WITH ?!?

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