RE: Two questions.

2006-01-30 Thread Marco Mistroni
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

RE: Two questions.

2006-01-30 Thread digant . k . joshi
;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

RE: Two questions.

2006-01-30 Thread Marco Mistroni
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

Re: Two questions.

2006-01-30 Thread digant . k . joshi
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

Re: Two questions.

2006-01-30 Thread Hubert Rabago
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

Re: Two questions: validation

2004-06-20 Thread Niall Pemberton
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 ==