Johnita 0 Newbie Poster

Hi,
m working on facelets and using a4j components.
i have rich:tabPanel containing 11 panel.
the second panel contains data which is generated dynamically according to the parameter(tablename) passed on the click on the tab.If the parameter at run time is passed as "BESTCUSTOMER", on the click of second tab,there is a query executed which get the data n binds with table.if the no. of records return is more than 1 ,the table is created dynamically and if the resultset contains only 1 record a dynamic panelgrid is created with 2 columns containing labels and outputText.

When i run the application,the console shows the println's as required.I mean,according to the resultset mt application created table or grid,shows me the println traces in console but fails to render it.i want to refresh my second tab panel only on mouse move or can anybody give me some other solution for the task.

Thankz in advance.