XHTML compliance errors in CSS_XHTML theme
------------------------------------------
Key: WW-2493
URL: https://issues.apache.org/struts/browse/WW-2493
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.1.0
Reporter: Sami Dalouche
1] @s.form uses non standard HTML attributes
<form id="x" name="formName" onsubmit="return true;" action="actionName">...
=> action and name are not standard HTML attributes
2] Also, @s.submit always defaults to adding a "align=" attribute, which is
not XHTML compliant.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.