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]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to