Hi

Is there a way to store what is returned by 
                          
             <bean:message key="<%=x%>"/>

in a variable in the scope directly using bean:define or something else
instead of writing the following scriptlet in my JSP ?

MessageResources messages =
MessageResources.getMessageResources("ApplicationResources");
messages.getMessage( "information" );

Thanks,
Mohan

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

Reply via email to