servlet.getServletcontext().getAttribute(your properties)
pls have a look at struts docs...
rgds
marco
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 17:34
To: Struts Users Mailing List
Subject: RE: Two questions.
I am relatively new to struts based
;Struts Users Mailing List"
To: "'Struts Users Mailing List'"
cc:
Subject:RE: Two questions.
Hello,
You want to configure MQ series Q and DB?
For which purpose?
Aren't htosep roperties server-related properties?
If your code
have application scope..so Struts PlugIn
Should do what you need
Rgds
marco
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 30 January 2006 16:38
To: Struts Users Mailing List
Cc: Struts Users Mailing List
Subject: Re: Two questions.
Hubert:
T
le to
properties file to another helper class.
Thanks.
Digant
Hubert Rabago <[EMAIL PROTECTED]>
01/30/2006 10:42 AM
Please respond to "Struts Users Mailing List"
To: Struts Users Mailing List
cc:
Subject:Re: Two qu
On 1/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Very simple two questions .
>
> 1. How do I get struts log4j messages on my console/my log ?
> 2. How do I read application specific properties file in struts
> application?
Instructions on how to use and configure Log4j are available on
h
1) You could either validate the page number in each of your Actions or in
the ActionForm. If you do it in the ActionForm the validate() method has the
ActionMapping, so you could check if the mapping name ties up with the page
number.
String action = mapping.getName();
if (page ==
6 matches
Mail list logo