ruts Users Mailing List
Subject: RE: [OT] Re: Iterate through blah.properties file
Actually it doesn't matter whether it's a servlet or a jsp. A JSP is a
servlet after all. Now granted this is way off topic, and I would be
like wendy and do it in an action then put the properties (or s
iling List
Subject: RE: [OT] Re: Iterate through blah.properties file
Actually it doesn't matter whether it's a servlet or a jsp. A JSP is a
servlet after all. Now granted this is way off topic, and I would be
like wendy and do it in an action then put the properties (or some other
collect
(String)e.nextElement();
String val = props.getProperty(key);
%>
<%= key %>
<%= val %>
<%
}
%>
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 4:29 PM
To: Struts Users Mailing List
Subj
From: "Brian McGovern" <[EMAIL PROTECTED]>
> Thanks. I figured I know I can get it to work in servlet code but im
hoping to avoid that.
> I know that single properties are made available by the framework in
taglibs like this key="error.application_error" />. Ther has to be a simple way to just ge
Thanks. I figured I know I can get it to work in servlet code but im hoping to
avoid that.
I know that single properties are made available by the framework in taglibs
like this . Ther has to be a
simple way to just get ALL the properties in a particular bundle directly from
the jsp itself.
5 matches
Mail list logo