RE: validator framework in my Action class

2006-03-06 Thread Marco Mistroni
OTECTED] > Sent: 06 March 2006 12:53 > To: Struts Users Mailing List > Subject: Re: validator framework in my Action class > > If you want to call the Validator then the easiest way to find out how is > to > look at the "validate" method of one of the "vali

Re: validator framework in my Action class

2006-03-06 Thread Niall Pemberton
gt; From: Niall Pemberton [mailto:[EMAIL PROTECTED] > Sent: 06 March 2006 12:53 > To: Struts Users Mailing List > Subject: Re: validator framework in my Action class > > If you want to call the Validator then the easiest way to find out how is > to > look at the "validate&q

Re: validator framework in my Action class

2006-03-06 Thread Dave Newton
Deepa Khetan wrote: > Thanks a lot for the suggestions. Can u plz direct me to some links whr i > get help for Jakarta POI?? > The following link may help: http://www.google.com/search?q=poi Focus less on the fish and fire-twirling links. Dave -

Re: validator framework in my Action class

2006-03-06 Thread Deepa Khetan
; To: Struts Users Mailing List > Subject: Re: validator framework in my Action class > > If you want to call the Validator then the easiest way to find out how is > to > look at the "validate" method of one of the "validator" flavour > ActionForms - for e

RE: validator framework in my Action class

2006-03-06 Thread Marco Mistroni
--- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 06 March 2006 12:53 To: Struts Users Mailing List Subject: Re: validator framework in my Action class If you want to call the Validator then the easiest way to find out how is to look at the "validate" method of one of the "valida

Re: validator framework in my Action class

2006-03-06 Thread Niall Pemberton
If you want to call the Validator then the easiest way to find out how is to look at the "validate" method of one of the "validator" flavour ActionForms - for example ValidatorForm. As to validating an excel spreadsheet - typically validator is called with a "bean" (or form) full of data. If you a