Tagged Questions
1
vote
1answer
825 views
Switch a4j (richfaces) tabPanel programmatically with Javascript
When I click a commandButton, I would like to execute some js to switch the current tab panel to another tab panel. My tabPanel is switchType="client".
0
votes
1answer
110 views
reRender Tab Labels dynamically - RichFaces
I am using RichFaces. One of <rich:modalPanel> has <rich:tabPanel> with 5 tabs
each tab has label which comes dynamically from properties file. Now this tab has extended data table. When I ...
0
votes
1answer
1k views
rich:tabPanel and problems when filed has required=“true”
Let's consider following, simplified example:
we have 2 tabs withing , each tab has and at the moment we want to switch from one tab to another, and the inputText is empty (we dont want to submit ...
0
votes
1answer
2k views
Using RichFaces jquery to add another class to a tab
I have a rich:tabPanel with several tabs in it. I want to use jquery to record changes on each tab so that when a change is made within a tab I change the background image of the tab.
It looks like ...