Hi all,

Is there a way to acheive the following :

<bean:message key="prompt.password.sent" arg0="<bean:write name="email"/>"/>

without resorting to scriplets, ie :

<bean:parameter id="email" name="email"/>
<bean:message key="prompt.password.sent" arg0="<%=email>"/>

would work but just doesn't sit right with me.

Any ideas.

Jon.

Reply via email to