Tagged Questions
1
vote
1answer
404 views
How to cancel tab panel switch in RichFaces 3.3.x
I need to do some basic validation on a form. The form data is broken up among 5 tabs, and the user should be able to submit the form from any tab. So far so good. If the user hasn't filled in a ...
1
vote
1answer
769 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
64 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
79 views
Rich TabPanel's getters invoked when tab content not rendered
I have a question about RichFace's (3.3.3) TabPanel. I have worked on two projects that have used the TabPanel. On each project, I have noticed that components that are on tabs that are not visible ...
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 ...