> <logic:redirect forward="ERRORNOTIFY" paramId="notifyMsg" paramName="msg"
> />
>
> Is this possible?


Yes, If you use <bean:define/> and <bean:message/> tags as in

<bean:define id="msg" toScope="request"><bean:message key="
app.err.serverdown"/></bean:define>
<logic:redirect forward="ERRORNOTIFY" paramId="notifyMsg" paramName="msg" />

Reply via email to