[JSP] Strings Constants from JSP using Struts tags
From: Matthias Nietz (okumee_at_compuserve.de)
Date: 11/12/03
- Next message: steven: "maven and xdoclet"
- Previous message: Praveen: "J2SE 1.4 programmer's certification"
- Next in thread: VisionSet: "Re: [JSP] Strings Constants from JSP using Struts tags"
- Reply: VisionSet: "Re: [JSP] Strings Constants from JSP using Struts tags"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 12 Nov 2003 16:23:26 +0100
Hey NG,
is there a way to share String Constants through an application without
coding Java in the JSPs?
<html:submit property="<%=CONSTANTS.anmeldetext%>" value="..."/>
It would already be happy if I could the Application-Resource keys here but
I can't nest the <bean:message> for <%=...%> into the <html:submit> tag. I
want to make sure that my Actionclass uses the same String to retrieve the
property from the request than used to declare it in the jsp. Is there
another way to achieve my aim?
Regards,
Matthias.
- Next message: steven: "maven and xdoclet"
- Previous message: Praveen: "J2SE 1.4 programmer's certification"
- Next in thread: VisionSet: "Re: [JSP] Strings Constants from JSP using Struts tags"
- Reply: VisionSet: "Re: [JSP] Strings Constants from JSP using Struts tags"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]