Yes it works but the problem is that the rendered file is not  a valid xhtml1.0 
strict file, cause the atribute name. 
I need a workaround to avoid the attribute name to appears in the rendered file.
Ciao, MArcello

-----Messaggio originale-----
Da: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] 
Inviato: venerdì 13 ottobre 2006 9.51
A: Struts Users Mailing List
Oggetto: Re: Form name

Marcello Savino wrote:
> Using Struts the tag <html:form action="myAction"> is rendered in this 
> way <form name="myActionForm" method="post" action="/Base/myAction"> 
> The problem is that in my application the rendered XML file MUST be a 
> valide "xhtml1.0 strict" file and the DTD strict does not allow the 
> attribute "name" for the tag <form>.
>   
It works for me ;-)

Do you use <html:html xhtml="true"> tag?


--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


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

Reply via email to