DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38157>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38157

           Summary: Clay TH Bug
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: Shale
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi

I have discovered a possible bug in Clay with respect to table th tags:

This can be verified as follows: 

Put the following on a page 

<table>
        <tbody>
                <tr>
                        <th></th>
                </tr>
        </tbody>
</table>

This will give an error:
javax.servlet.ServletException: Unmatched ending non-optional token: Node token
range (43 - 48) on line# 5 begining offset 40.
</tr>
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
        
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:123)
        
org.apache.shale.faces.ShaleApplicationFilter.doFilter(ShaleApplicationFilter.java:285)

while this:
<table>
        <tbody>
                <tr>
                        <td></td>
                </tr>
        </tbody>
</table>

works just fine

Hermod

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to