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


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence with
customers as a part of an email. 

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


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

Reply via email to