In my
JSF project, I have a
jsp page, where i am using a IBM tabbed pane component. I am using the same form for both creating new data and updating existing data.
When I click on the tabbed pane, it is on the client side.SO, there is no request involved. In such a case, if I have to pass some values from one tab to another, how do i do this?
Also, when I retrieve data from the database, i need to prepopulate the drop downs in the second tab with values from the database and values from the first tab. Is this possible? How do I do this? Please help me with any working example.