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? > > On Sat, Nov 10, 2012 at 6:22 PM, Kunal Sharma <[email protected]<javascript:> > > wrote: > >> 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. >> >> -Kunal >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-web-toolkit/-/ORgQxD0WFcQJ. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/TFVJ3mTPg1oJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
