togglePanel « RichFaces « JSF Q&A





1. Richfaces togglePanel facets do not allow setting the style for each facet?    stackoverflow.com

I have a rich:togglePanel with two facets. I want the contents of the togglepanel, whatever facet is active at that case, to have width=100% and height="100%". For this I have created ...

2. Controlling a rich:togglePanel with a select widget    stackoverflow.com

Per this question I tried the following

<h:selectOneMenu id="branchSelect" value="#{cloner.branchType}">
    <a4j:support event="onchange" ajaxSingle="true" rerender="branchSelect, branchPanel" />
    <f:selectItem itemLabel="Constant" itemValue="constant" />
    <f:selectItem itemLabel="Pattern" ...

3. How to combine JSF togglePanel to trigger visibility of some other div/element/?    stackoverflow.com

I was looking through a number of websites, but i couldn't find out how to use a toggle panel to change the visibility of another element. Please see the example..

<rich:togglePanel switchType="client"
 ...

4. how to do next page in richfaces 4 togglepanel (which is different to the showcase)?    stackoverflow.com

I have a togglepanel and a a4j commandButton, I would like to submit the form and next page on complete. But It is not working, it won't next page but submit only. ...