[ http://issues.apache.org/struts/browse/SHALE-58?page=all ]

Craig McClanahan moved STR-2714 to SHALE-58:
--------------------------------------------

      Project: Shale  (was: Struts Action 1)
          Key: SHALE-58  (was: STR-2714)
    Component:     (was: Shale)
      Version:     (was: Nightly Build)
    Assign To:     (was: Struts Developer Mailing List)

> Clay TH Bug
> -----------
>
>          Key: SHALE-58
>          URL: http://issues.apache.org/struts/browse/SHALE-58
>      Project: Shale
>         Type: Bug

>  Environment: Operating System: other
> Platform: Other
>     Reporter: Hermod Opstvedt

>
> 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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to