1. I m not able to change default image setting(CSS) of paneltab set in ICEFACES ? icefaces.orgHere is My COde ----------- Hi Members, I am working with Ice:paneltabset which has two tabs, both tabs work fine. I have a text box which in outside ice:paneltabset it gets populated with some action on a command button of one of the panelTab components. Issue that i face id one i click on the other tab the value in this textbox persists. Ideally when i ... Hi Members, I am working with Ice:paneltabset which has two tabs, both tabs work fine. I have a text box which in outside ice:paneltabset it gets populated with some action on a command button of one of the panelTab components. Issue that i face id one i click on the other tab the value in this textbox persists. Ideally when i ... Hello, I am using the panelTab component, and finding that switching panels is very slow. I understand that everything in the displayed panel is reloaded everytime. Is there anyway to improve on this, as I don't need the contents of the display tab to be completely reloaded everytime? I am using IceFaces 1.8.0. Thanks, Glen I'm trying to override panelTab's on-mode image from the default provided in rime.css (i.e, Tab_MidMid_bullet.gif) to that of my local image as shown below in my facelet page: hi, so, I have a problem and hope someone can help. so on the left of the screen i have a menuitems and on the right i have a ice:panelTabSet. i want to click on the item on the menuitem list and take me to the second or third tab. any ideas... this is the menuitems: I would like to dynamically change the color of an individual tab depending on some attributes of the contents of the tab at a given time. In this case, the contents of the tab have a status and I would like to change the color of the tab to reflect the current status. The tutorial shows how to change the color ... Hi, I am Java developer in Software Company; I am handling one project, which is based on JSF with iceface implementation. I need to create panelTab in my application. The tab I have created using iceface. But the issue is the browser back button is not working. I mean the browser back and forward button is disabled. I need to enable ... We have started our developement in ICE Facses framework. we are implementing tabbing feature using ice:panelTabset and ice:panelTab. the tabs(tab1,tab2) are generated by ICE Faces framework are not matching to my project requirement. The framewotk uses XP.css and images(tab-on.gif and tab-off.gif, etc ) to generate tabs. corect me if i am wrong. Now my issue is want to change the tabs ... Hi, I have a quick question with regard to the ice:panelTab. In our application, we have a ice:panelTabSet with 5 ice:panelTab s. Now we would like to have individual jsps for each of these panelTab and have included in the main jsp under each ice:panelTab Something like ice:panelTabSet......... ice:panelTab......... jsp:include...... /ice:panelTab ice:panelTab...... jsp:inclu..... /ice:panelTab Can we do this with any of ... Hi, Could someone give a hint on how to make the following functionality? I have 7 paneltabs of which two are always rendered. When i close (unrender) one of the five others, I would like to automatically focus (show) on one of the always visible tabs. How could I do this? // Jontto I am trying to migrate from icefaces version 1.5.3 to latest 1.7 RC1 , tomcat 5.5.23. Layout of application is that , I have 4 tabs and on each tab I accept data from the user in the form of text , choice , radio buttons and others. Along with these there are options to hide the form or save the ... i have a tab with a datatable inside. When i click on a row an ice:rowSelector will get the value object from the table model and will attempt to use that object to display some data on the page. Two odd things happens now: a) the row selected is resetted (Numbers to 0 and strings to empty string) b) the data ... Hi I got panelTabSet like |