You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "nikolaos georgosoulos (JIRA)" <de...@myfaces.apache.org> on 2007/09/11 09:35:32 UTC

[jira] Resolved: (MYFACES-1720) panelGrid header facet and jsp:include

     [ https://issues.apache.org/jira/browse/MYFACES-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nikolaos georgosoulos resolved MYFACES-1720.
--------------------------------------------

    Resolution: Fixed

since I've been the only one following this issue and since, there is a work around that seams to be "in accordance with the specifications", I am resolving this issue. I have to mention though that the specification does not mention "one JSF child" so the <jsp:include> since it is a tag looks like 1 child as well. Anyway, this all seams like too small letters to actually play any role. Just remember, when you want to use a jsp:include to form your facet content, put it inside a <panelgroup> with no attributes. I hope this saves some time from some people out there.

> panelGrid header facet and jsp:include
> --------------------------------------
>
>                 Key: MYFACES-1720
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1720
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 1.1.5,  1.1.6-SNAPSHOT
>         Environment: Tomcat, Myfaces 1.1.5 or 1.1.6-SNAPSHOT tomahawk 1.1.6
>            Reporter: nikolaos georgosoulos
>
> While <h:panelGrid><f:facet name="header><h:outputText value="something"/></f:facet></h:panelGrid> will render a table and a thead to put inside it the "something" text, the <h:panelGrid><f:facet name="header><jsp:include page="/someotherjsp.jsp"/></f:facet></h:panelGrid> will render the someotherjsp code inside a td inside a tbody. That really limits the choices we have and I think it can be fixed. Unfortunately I cannot do the job here where I am (no svn access to download the code, to many firewalls in between).

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