Good afternoon,
With NetAdvantage JSF 2008 v. 1, I had a GridView control that was exporting the data set based on a commandLink (executing an ActionEvent in my backing bean). This worked great.
I have upgraded to NetAdvantage JSF 2009 v.1 and have noticed that the functionality works the first time I click it correctly. After that, if I try to click on the TreeView control on my page the download dialog box for the .csv file comes up no matter what, even if I click another commandLink on my page.
Any ideas?
Thanks,
Karl
Hi karl,
Could you please explore your issue? Are the gridView and treeView are present on the same page and how are you exporting the data.
It is not clear from the details whether you are exorting the grid data on button click or click of treeView node.
Roshan