You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "David Evans (JIRA)" <ji...@apache.org> on 2006/04/24 17:49:10 UTC

[jira] Reopened: (STR-2740) Add support for XHTML 1.1 and XHTML 2.0 etc.

     [ http://issues.apache.org/struts/browse/STR-2740?page=all ]
     
David Evans reopened STR-2740:
------------------------------

    Assign To: David Evans  (was: Struts Developer Mailing List)

> Add support for XHTML 1.1 and XHTML 2.0 etc.
> --------------------------------------------
>
>          Key: STR-2740
>          URL: http://issues.apache.org/struts/browse/STR-2740
>      Project: Struts Action 1
>         Type: Improvement

>   Components: Taglibs
>     Versions: 1.2.8
>  Environment: Operating System: All
> Platform: All
>     Reporter: Bruce Link
>     Assignee: David Evans
>     Priority: Minor
>  Attachments: HTMLTag.java.patch
>
> Using <html:html xhtml="true"> or <html:html lang="false" xhtml="true"> results
> in <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
> being generated.  The attribute lang="en-US" is not legal with XHTML 1.1.  The
> tag is ignoring the fact that lang="false" This is because in the if statement
> that checks for this.lang || this.local the condition this.xhtml has been added.
> The bug is also in the latest version of HTMLTag.java in the repository.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org