hi,

you don't need a form bean to call struts action.
a simple form with action to the main search page would do, or u can have a
link to the struts action which forwards to the main search page.

hope this helps,

regards,
srinivas
-----Original Message-----
From: sanjeev_dutt [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 9:14 AM
To: Struts Users Mailing List
Subject: Managing Form without a FormBean


Hi All,

Is it possible to have a form on my JSP without having a bean associated
with it ?
Actually on my JSP, I have a button "New Search" and when the user clicks on
it, he/she should be taken to main search page.
I have an action class associated with this.
But since user is not submitting any value here, does it make sense to have
a form bean here ? Can't we directly call the action class through
ActionServlet without have a form in the whole scene.

TIA
Sanjeev

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to