Re: GWT Client Logger error

2010-12-21 Thread Thierry Boileau
Hello Dustin, unfortunately, the 2.0.3 release does not contain the fix whereas the next release 2.0.4 will contain it. We can release the 2.0.4 tomorrow. Best regards, Thierry Boileau Thanks, Thierry. > > Just to be clear, the 2.0.3 version will have this fix once updated? > > Thank you, again

RE: Post method not work when deployed to GAE

2010-12-21 Thread Joe Dec
Are there any experiences on this? Is this issue reproducible? Thanks, Joe -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2692538

RE: Re: how to reuse ServerResource to store multiple resource and retrieve it?

2010-12-21 Thread webpost
I see. Let me confirm the concept. if I need more than two levels? say "contacts/{category}/{id}" Would it be correct conceptually: router.attach("/contact/{category}/{id}", ContactServerResource.class); and in ContactServerResource, String categoryName= (String)getRequestAt​tributes().get(