You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Sami Dalouche (JIRA)" <ji...@apache.org> on 2007/10/13 11:44:38 UTC

[jira] Created: (WW-2249) submit tag not XHTML compliant (css_xhtml theme)

submit tag not XHTML compliant (css_xhtml theme)
------------------------------------------------

                 Key: WW-2249
                 URL: https://issues.apache.org/struts/browse/WW-2249
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.9
            Reporter: Sami Dalouche


css_xhtml's submit tag template is not XHTML compliant.

It looks like that for some reason, by default, the align attribute is set to "right", and the css_xhtml tag never generates valid XHTML markup.

What about just deleting those lines :
<#if parameters.align?exists>
    align="${parameters.align?html}"<#t/>
</#if>

?
Regards,
Sami Dalouche

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2249) submit tag not XHTML compliant (css_xhtml theme)

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted resolved WW-2249.
----------------------------

    Resolution: Duplicate

> submit tag not XHTML compliant (css_xhtml theme)
> ------------------------------------------------
>
>                 Key: WW-2249
>                 URL: https://issues.apache.org/struts/browse/WW-2249
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.9
>            Reporter: Sami Dalouche
>             Fix For: 2.1.3
>
>
> css_xhtml's submit tag template is not XHTML compliant.
> It looks like that for some reason, by default, the align attribute is set to "right", and the css_xhtml tag never generates valid XHTML markup.
> What about just deleting those lines :
> <#if parameters.align?exists>
>     align="${parameters.align?html}"<#t/>
> </#if>
> ?
> Regards,
> Sami Dalouche

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.