I am not sure, if I understood your question. Anyways, I will try to explain. I am setting getting an employee's name and designation from a database call based on some validation (login panel user name/password). After getting the details, I am setting cookies in the client side. Now, in my welcome page, the profile UI is supposed to load with the details with the data fetched from cookies using request object. However, its not working correctly. GWT component is not getting any data from the cookies i.e Cookies did not have anything.
On Monday, 12 November 2012 01:31:12 UTC+5:30, Oliver Krylow wrote:
What linker are you using?
Hi,
I am trying to develop an profile widget as seen in gmail. UI is working fine but I am not able to read the cookies set by my earlier non-GWT servlet, though I am evoking request object in Server side GWT application.