Hello

I check the pages of the example application with CSE HTML Validator.
The Validator complains about the script tag in the logon.jsp

"[16] HTML 4.01 requires the "type" attribute to specify the scripting
language for the "script" element. For example, use type="text/javascript"
for JavaScript.  "

Struts generates <script language="JavaScript"> but HTML 4.01 requires
the type attribute <script language="JavaScript" type="text/javascript">



Another problem is the generated html code for the
<html:checkbox property="autoConnect"/> tag in the subscription.jsp page.

Struts creates <input type="checkbox" name="autoConnect">
but HTML requires the name and value attribute.

"An "input" element with "type=checkbox" requires the "name" and "value"
attributes."


Ralph







Reply via email to