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]>

Reply via email to