Re: How to get the next "day of week" date?

2010-11-17 Thread anthony.more...@stambia.com
Thank you for your quick answers. However, I dont know many days i must add to get to the next "day of week". Or should I make a huge and ugly if statement on the current day? For example, today we are wednesday, when is the next tuesday? -- You received this message because you are subscribed t

How to get the next "day of week" date?

2010-11-16 Thread anthony.more...@stambia.com
Hello, I'm just starting with GWT and Dates (so sad I can't use Calendar), and I have no idea how to get the date of the next tuesday (or any day of the week) without using Calendar. I've been trying that to do that for a few hours now so any help would be appreciated. Regards -- You received th

How to use GWT RPC with Portlets?

2010-10-01 Thread anthony.more...@stambia.com
Hello, I managed to incorporate a simple GWT application with RPC into a portlet. However, I would like to pass data between the GWT application and the portlet. How does it work? Can the RPC send data to the portlet via the ActionRequest or RenderRequest object? The interaction between GWT and Po