CollapsiblePanel « IceFaces « JSF Q&A





1. ICEfaces CollapsiblePanel with link in header    stackoverflow.com

I'm trying to put a commandLink in the header of an ICEfaces collapsible panel. But whenever I click the link the panel gets collapsed as well (which is not what I ...

3. CollapsiblePanel and Converters Issue    icefaces.org

Forgive me if this has been discussed, but searching for a post containing both collapsiblePanel and converter found no results. I am running into an issue where converters being used do not keep a commandButton from firing when the converter in use is within a collapsed panel. For forms where multiple sections are needed, collapsible panels are very handy. But, if ...

4. Collapsiblepanel how to get the object value?    icefaces.org

Hello, I have a little problem with the collapsible panel. I have a list of dinamically generated collapsible panels and each of them show the values of Bean. I have 2 links in the page that allow you to expand or close all panels in the page. If you click on a panel you can open this singolar panel. The problem ...

6. Problem with PanelSeries inside CollapsiblePanel    icefaces.org

Why this code don't works, it will show five menus with four options but it only show five headers and four options in the first header: Code:

When I press the header of the collapsiblepanel I have this result: javax.faces.FacesException: ...

7. collapsiblePanel width="100%" issue    icefaces.org