Re: Two questions.

2006-01-30 Thread digant . k . joshi
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 user@struts.apache.org cc: Subject:Re: Two

RE: Two questions.

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

RE: Two questions.

2006-01-30 Thread digant . k . joshi
To: 'Struts Users Mailing List' user@struts.apache.org 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 is dependent on those things, write a plugIn

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: 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 ==