subview « IceFaces « JSF Q&A





1. Dynamically disabling/enabling panelTab in response to different panelTab subview    icefaces.org

I've been searching for an answer to this question to no avail. I have several panelTabs in my panelTabSet. I need to disable/enable one of the panelTabs based on the status of one of the backing beans in another panelTab, e.g., tab A is used to select an Item, and tab B is only usable when an Item is selected. When ...

2. how we can use jsf tags in included jsp enclosed in subview tags    icefaces.org

Hello everybody, I am developing web app by using jsf. I am including a jsp page "header.jsp" into another jsp page "main.jsp". The header.jsp page is enclosed in jsf subview tag on main.jsp page. The header.jsp contains some static html code and some jsf tags like "outputText". When i added tag library url in header.jsp then my app was not even ...