This might work:

<bean:define id="varName">
        <bean:message key='<%= request.getParameter("httpParameter") +
                             ".name" %>'/>
</bean:define>

> -----Original Message-----
> From: Binaghi Mauro [mailto:[EMAIL PROTECTED]
> 
> Hi
> I have the "user.name" property in my "ApplicationResource.properties"
> file.
> Can I take its value with the following instrucition in my JSP page?
> 
> <bean:define id="varName">
>       <bean:message key="<%= request.getParameter("httpParameter")
> %>.name"/>
> </bean:define>
> 
> Of course, I call my JSP with this URI
"/myPage.jsp?httpParameter=user"

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

Reply via email to