Hi All...
I need to open a popup from a
jsf page.
I tried with h:commandlink.
it is working, but i m getting the old values displayed in the popup.
Actually what i am doing is that--
My application has a datatable and one column has h:commandlink (Status: Assinged/Unassinged)
on click on that i need to interact with database and open a popup which will show the details of the particular Assinged user.
in the popup in a tabular format.
i m getting the popup on clicking the Status link, but i m getting the old values displayed in the popup.
i m getting the right results if i m clicking that link again.
So, how can i get the right results in one click only ???
I think, on clicking the link popup is displayd first & the method to get user details from the database is executed next.
How can i implement these in JSf.
Please help.
Thanks in advance.