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
I still cannot understand. Do you want to render a: <input type="hidden"> or a: <input type="text"> / <textarea> that are invisible? In the first case, it is impossible, since each <input> tag can be only of one type. In the second, you might try with the "display: none" CSS style. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]