Hi!

<tc:cell>
  <tc:panel rendered="#{myController.show == false}"/>
  <tc:panel rendered="#{myController.show == true}" />
</tc:cell>

Basically that works fine, but the hidden panel is taken into alignment
calculation.
Thus the at a time visible panel is jumping. JSTL cannot work here because
it does
not evaluate JSF's backing beans. Any ideas for a clean component switching
inside
a tobago layout? I don't want to set up a whole new JSP page because a few
buttons
have to change..

Regards

Sebastian

-- 
View this message in context: 
http://www.nabble.com/-Tobago--replace-components-via-rendered-tf3125327.html#a8659209
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to