- 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
: 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
, 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
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
"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
[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
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
Hi,
i've got a pretty simple action that takes a couple of params, does some simple
parameter validation (in case there are any problems the user is redirected to an
error page) and has no html form associated with it (it's called using a GET method
from an UI test)... would using an ActionForm
8 matches
Mail list logo