Thanks Matt. I will try it and let you know the result.


-----Original Message-----
From: Struts Newsgroup [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 6:10 PM
To: [EMAIL PROTECTED]
Subject: Re: Struts tags not generating XHTML text


Subject: Re: Struts tags not generating XHTML text
From: "Matt Raible" <[EMAIL PROTECTED]>
 ===
You can do something like this:

<html:text property="name"></input>

This will work for most form elements.  If you are setting tokens to prevent
form submission, you will also have to do the following:

<html:form action="myAction"></input>

Since a hidden input tag is rendered right after the form.

HTH,

Matt

"Gupta, Priyank x57787" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>  Is there a workaround to generate a well formed HTML using struts tags?
> Thanks
> Priyank
> ADP Inc
>



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

Reply via email to