Re: when not to use an ActionForm

2004-04-15 Thread Niall Pemberton
- Original Message - From: "Andy Engle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 11:53 PM Subject: Re: when not to use an ActionForm > [EMAIL PROTECTED] wrote: > > > Richard, > > It

RE: when not to use an ActionForm

2004-04-15 Thread Takhar, Sandeep
: when not to use an ActionForm Hello, Martin/Andy: I'd like to suggest using JSTL for this type of scenario. You can find a nice explanation at the following URL (my compliments to its author): http://jakarta.apache.org/struts/faqs/indexedprops.html Regards, Oswald Note: I also downl

RE: when not to use an ActionForm

2004-04-14 Thread Daniel Joshua
, any other uses? Regards, Daniel -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Martin Cooper Sent: Thursday, 15 April, 2004 7:10 AM To: [EMAIL PROTECTED] Subject: Re: when not to use an ActionForm I don't believe it can be done with the fields named like that, but t

Re: when not to use an ActionForm

2004-04-14 Thread Oswald Campesato
Hello, Martin/Andy: I'd like to suggest using JSTL for this type of scenario. You can find a nice explanation at the following URL (my compliments to its author): http://jakarta.apache.org/struts/faqs/indexedprops.html Regards, Oswald Note: I also downloaded the tag-libs project, becaus

Re: when not to use an ActionForm

2004-04-14 Thread Martin Cooper
"Andy Engle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [EMAIL PROTECTED] wrote: > > > Richard, > > Its not necessary to use ActionForm, but it is always better to use > > one(its my philosophy). But yes it will work the way you are doing > > it. But i rather prefer a ActionForm

Re: when not to use an ActionForm

2004-04-14 Thread Andy Engle
[EMAIL PROTECTED] wrote: > Richard, > Its not necessary to use ActionForm, but it is always better to use > one(its my philosophy). But yes it will work the way you are doing > it. But i rather prefer a ActionForm which can also help in future > for any validation or in future if decided to add m

Re: when not to use an ActionForm

2004-04-14 Thread Vijay . Kukreja
Richard, Its not necessary to use ActionForm, but it is always better to use one(its my philosophy). But yes it will work the way you are doing it. But i rather prefer a ActionForm which can also help in future for any validation or in future if decided to add more attributes to the form.. Vija