You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Ku...@bkw-fmb.ch on 2007/04/03 11:13:14 UTC

PanelPage doens't render some facets

Hello!

I use a panelPage for my page layout. Unfortunately, I reckonized that some facelets aren't rendererd and couldn't find any example in the demo app. Therefore, I'm wondering if trinidad already supports those facets yet?

Here my code:

              <f:facet name="auxiliary1">
                <tr:outputText value="auxiliary1" />
              </f:facet>              

              <f:facet name="auxiliary2">
               	<tr:outputText value="auxiliary2" />
              </f:facet>              

              <f:facet name="auxiliaryGlobal">
                <tr:outputText value="auxiliaryGlobal" />
              </f:facet>     
              <f:facet name="toolbar1">
               	<tr:outputText value="toolbar1" />
              </f:facet>              

              <f:facet name="toolbar2">
               	<tr:outputText value="toolbar2" />
              </f:facet>              

              <f:facet name="toolbarGlobal">
               	<tr:outputText value="toolbarGlobal" />
              </f:facet>      

              <f:facet name="contextLocal">
               	<tr:outputText value="contextLocal" />
              </f:facet>      

              <f:facet name="contextGlobal">
               	<tr:outputText value="contextGlobal" />
              </f:facet> 


Thanks
Kuno
-----Ursprüngliche Nachricht-----
Von: John Conner [mailto:conner.john@gmail.com]
Gesendet: Di 03.04.2007 03:28
An: adffaces-user@incubator.apache.org
Betreff: Skin Swap
 

I have opened up a google project as a place to swap skins.  The project 
is located at http://code.google.com/p/trinidad-skin-swap/ and the first 
skin is one created by Mark Robinson of http://www.mizar.com/.

If anyone else has a skin they would like added to this project, shot me 
an email and I will give you project membership status so you can 
add/change your skin.

John....