Collapsible « IceFaces « JSF Q&A





1. Needed: Border around a Collapsible Panel    icefaces.org

I've used ICEfaces to prototype a client's UI and the client is happy except for one detail: we need a grey-border line around a Collapsible Panel. We need the border to change size as the Collapsible Panel changes size. This need occurs in several places in the UI. I've tried embedding various combination's of layout panels without success. I've not added ...

6. Need to do autorefresh of datatables in collapsible panels    icefaces.org

I have a page consisting of multiple collapsible panels containing datatables that act as queues for orders in various states that need to be worked. I would like to automatically update these tables at a specified interval. I've done this before in richfaces (or maybe just an a4j tag - can't remember). Anyway, is there something in icefaces that will do ...

9. Newbie Collapsible Panel Question    icefaces.org





10. Expanding a collapsible panel in a popup modal    icefaces.org

I have created a popup using: Within the popup I have a collapsible panel: when I attempt to expand the collapsible panel in the popup I have the following exception thrown; SEVERE: Exception occured during rendering on http://localhost:7001/iLandPos/block/send-receive-updates [/index.jspx] java.lang.NullPointerException at com.icesoft.faces.component.ext.renderkit.GroupRenderer.decode(GroupRenderer.java:283) at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:503) at com.icesoft.faces.component.ext.HtmlPanelGroup.decode(HtmlPanelGroup.java:134) at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:609) at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605) at ...

12. Collapsible Panel Header height    icefaces.org

13. Problem with Validations in Collapsible panel    icefaces.org

We have a data table which contains collapsible panel.Each collapsible panel contains a set of input fields of which some are mandatory.When i delete an existing value in the mandatory field, the validation message is being thrown. But once I delete collapse the panel the old value is being retained.How can we avoid this situation?

14. panel collapsible dotted line    icefaces.org

15. Collapsible Panel and background color change    icefaces.org

Hello, For CSS issues I recommend using the Firebug plugin for Firefox. This allows you to see exactly how the component is getting rendered and what style is being applied. The panelCollapsible component gets rendered as a few different sections each with its own style class. Using firebug it can tell you the exact style class you need to change/override. The ...





18. Multiple collapsible panels opens simultaneously    icefaces.org

Hi valnir77, This bug has been fixed in release 1.6.1, testing has been done with the dataTable component. It should be working with any repetitive type of component (e.g.) panelSeries. Can you please test your application with ICEFaces 1.6.1 and let community know whether it works with the ui:repeat or not. Thanks,

19. Dynamic collapsible panel    icefaces.org

20. dataPaginator and Collapsible error.    icefaces.org

I have experienced some problem using dataPaginator and Collapsible Panels. I have created my test project and everything is ok but the error I get is always the same using dataPaginator and Collapsible Panel. In dataPaginator I show the first 5 records and when I try to go forward I get the error, and using collapsible with expanded = true at ...

21. Collapsible Panel Component - Opening Sideways    icefaces.org

I have viewed how the collapsible panel component works in the component suite as well as searched these forums for a while but I am unable to find any examples or references to this functionality working in any other way than top-to-bottom vertical expanding/collapsing. Is there any way or any plans to make collapsible panels work in other directions? (ie: I ...

22. Collapsible panel not working in NetBeans 5.5.1    icefaces.org

Hi, I am trying to insert a collapsible panel in my Visual Web Application but I can't. I am able to use other components of ICEFaces library,like buttons or progress bars, but when I insert into the Design Editor a collapsible panel and I try to run the project, appears a problem and NetBeans says that it's not able to load ...

25. How do I best design a dynamic collapsible panel?    icefaces.org

Hi, I want to create a page with dynamic processed collapsible panels. Is it necessary to embedd each panel in a table-row to able to iterate over an Array wich contains the content of the collapsible panels or is it a better way to process the UIComponents in a baking bean and just return the result as a whole? (Each collapsible ...

26. Bean Source Missing - Collapsible Panel and Others - Component Showcase    icefaces.org

I've downloaded the 1.7.0 source distro twice and do not have any source for the Collapsible Panel example in either download. There is a .jspx for it, plus there is a package folder structure defined, but no code. I looked on the online version of the component showcase and only the .jspx code is there. The same problem exists for Panel ...

28. InputRichText inside collapsible panel?    icefaces.org

Is an InputRichText component supported inside a collapsible panel? I tried this but was getting the following JavaScript error: editorWindow.parent has no properties. Sorry for not posting my code; I work on a closed network that has no Internet access. Also, I heard that multiple InputRichText components can't exist in more than one portlet, but what about just on the page ...