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>.
If someone could help me it would be greatly appreciated.
Thanks all
Ciao, Marcello

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

Reply via email to