I think what you want to do is wrap it in a hidden div tag.

<div style="display : none;">
<html:textarea .../>
</div>

That will hide the tag and the submit will work as expected.

Brian

2008/9/27 cpanon <[EMAIL PROTECTED]>:
> Hi Antonio
> I want Struts to render it, the browser to hide it and the post operation to 
> deliver the name/value to the action.  Is that possible with text and text 
> area tags
>
>
> --- On Sat, 9/27/08, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
>
>> From: Antonio Petrelli <[EMAIL PROTECTED]>
>> Subject: Re: struts hidden
>> To: "Struts Users Mailing List" <user@struts.apache.org>, [EMAIL PROTECTED]
>> Date: Saturday, September 27, 2008, 9:35 AM
>> 2008/9/27 cpanon <[EMAIL PROTECTED]>:
>> > Is it possible to wrap a struts hidden tag around
>> either a struts text or text area? tia
>>
>> What exactly do you want to accomplish in terms of HTML?
>>
>> Antonio
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail:
>> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to