The question I ask is why you wouldn't put it in your form bean?

I prefer form.getAction() over httpServletRequest.getParameter( "action" )
any day! :)

-----Original Message-----
From: Yee Keat [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 29 November 2001 12:36 PM
To: Struts Users Mailing List
Subject: Re: Hidden Field in a form. Do I use struts taglib or vanilla
html?


Yup, using the taglib makes it compulsory to have that field in your
FormBean

On Thursday 29 November 2001 09:25 am, you wrote:
> Hi
>
> I want to include a hidden field in a form which I have.  I do not want
> this information to be included in the formbean which is defined for
> this page.  How can I do this?  Should I just use plain html
>
> <INPUT TYPE=hidden NAME=action VALUE=send>
>
> without using the html taglib supplied with struts?
>
> Cheers
>
> Tony

-- 
Cheers,

Yee Keat

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

Reply via email to