You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Reind (JIRA)" <ji...@apache.org> on 2006/08/04 18:09:21 UTC

[jira] Commented: (SHALE-247) s:validatorScript produces invalid html markup

    [ http://issues.apache.org/struts/browse/SHALE-247?page=comments#action_37911 ] 
            
Reind commented on SHALE-247:
-----------------------------

Just wanted to add. I checked out a new copy of shale from subversion and validatorScript works (contrary to my previous post). Incidentally the patch work as well.

> s:validatorScript produces invalid html markup
> ----------------------------------------------
>
>                 Key: SHALE-247
>                 URL: http://issues.apache.org/struts/browse/SHALE-247
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.2
>         Environment: myfaces 1.1.5
>            Reporter: Reind
>            Priority: Minor
>         Attachments: site.patch
>
>
> The javascript that the <s:validatorScript> component generates does not validate against XHTML 1.0 Transitional using the validator on http://validator.w3.org/.
> The validation error happens because the component creates an extraneous html comment start/stop before and after the javascript it generates.
> Output:
> <script type="text/javascript" language="Javascript1.1">
> <!--
> <!--
> var bCancel = false;
> ...
> -->
> //-->
> Fix:
> <script type="text/javascript" language="Javascript1.1"><!--
> var bCancel = false;
> ...
> ...
> //-->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira