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 L

Two questions.

2006-01-27 Thread digant . k . joshi
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? Thanks. Digant . This communication is for informational purposes only. It is not intended as an offer or solicitation for

Re: Two questions: validation

2004-06-20 Thread Niall Pemberton
Validator.formatFloat(value); if (result == null) { errors.add(field.getKey(), Resources.getActionMessage(request, va, field)); } Niall - Original Message - From: "Jacob Weber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, J

Two questions: validation

2004-06-20 Thread Jacob Weber
I have two questions on Struts' validation. 1. Let's say I have a multi-page form. Each JSP in the form points to a different action (or a different method of a DispatchAction), and passes the current "page" value to the action. It's possible for someone to pass the wr