You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "uma.k" <um...@net-kraft.com> on 2004/12/27 12:31:16 UTC

Do I need ActionForm or DynaActionForm?

Hi,
I wanted to fetch some records from the database and show it to the user in
a JSP. Do I need ActionForm or DynaActionForm class?

What if I dont use any of these classes? Will there be any problem?

Uma


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE:[SOLVED] Do I need ActionForm or DynaActionForm?

Posted by "uma.k" <um...@net-kraft.com>.
Thanks

-----Original Message-----
From: atta-ur rehman [mailto:attaurrehman@gmail.com]
Sent: Monday, December 27, 2004 6:36 PM
To: Struts Users Mailing List
Subject: Re: Do I need ActionForm or DynaActionForm?


No! there won't be any problem at all if you don't use any form at
all! Just set your collection of records as request attribute and off
it goes to JSP!

ATTA


On Mon, 27 Dec 2004 17:01:16 +0530, uma.k <um...@net-kraft.com> wrote:
> Hi,
> I wanted to fetch some records from the database and show it to the user
in
> a JSP. Do I need ActionForm or DynaActionForm class?
>
> What if I dont use any of these classes? Will there be any problem?
>
> Uma
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Do I need ActionForm or DynaActionForm?

Posted by atta-ur rehman <at...@gmail.com>.
No! there won't be any problem at all if you don't use any form at
all! Just set your collection of records as request attribute and off
it goes to JSP!

ATTA


On Mon, 27 Dec 2004 17:01:16 +0530, uma.k <um...@net-kraft.com> wrote:
> Hi,
> I wanted to fetch some records from the database and show it to the user in
> a JSP. Do I need ActionForm or DynaActionForm class?
> 
> What if I dont use any of these classes? Will there be any problem?
> 
> Uma
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org