RichFaces conditionally rendered tab actions problem
ashoka tee
Greenhorn
Joined: Jul 07, 2009
Posts: 1
posted
0
Hi there,
I have a Richfaces tabpanel with tabs inside and the switchmode is set to client.
Inside, I have a tab that is conditionally rendered, so that when a button is clicked outside the tabpanel (all interactions are via a4J AJAX), the new tab appears as a condition evaluates to true by a property set on the server using session managed beans.
After the newly rendered tab itself is clicked, the contents of the tab appear fine, however, "transferring data from localhost..." is displayed in the status bar of the browser (in firefox).
After this, no further interactions inside the now rendered tab invoke the actions they are mapped to, and nothing happens.
For example, there is a combobox inside the tab, and I need to invoke an AJAX request everytime the selection changes.
I have tried various combinations of a valueChangedListener and a4J:support tag, but the action does not get invoked via AJAX on the server, setup:
Any help would be much appreciated, especially why "transferring data from localhost..." appears in the browser only after the newly rendered tab is clicked.
cheers,
Ashoka.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: RichFaces conditionally rendered tab actions problem