Marcus wrote:
> <bean:message key="myValueAdded" arg0="${mybean.value}"/>

I wrote:
<bean:message key="myValueAdded" arg0="${myDynaForm.value}"/>

And it returns literally:
${myDynaForm.value}

Sorry, thought bean:message was supporting el notation :)

try this

<bean:message key="myValueAdded" arg0="<%=myDynaForm.getValue() %>"/>

It's awfull, but assuming you have myDynaForm in some scope should work

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

Reply via email to