Re: Bug in bookmark example

2007-03-13 Thread J. Matthew Pryor
What URI did you supply when you added the bookmark? On 14/03/2007, at 8:53 AM, Sean Landis wrote: I have some typos in my last email. Here are the corrections. Sean Landis gmail.com> writes: http://localhost:3000/v1/users/ and I see scl. I browse to http://localhost:3000/v1/users/bookmarks

Re: Bug in bookmark example

2007-03-13 Thread Sean Landis
I have some typos in my last email. Here are the corrections. Sean Landis gmail.com> writes: > http://localhost:3000/v1/users/ and I see scl. I browse to > http://localhost:3000/v1/users/bookmarks and I see Should be: http://localhost:3000/v1/users/scl/bookmarks > > List of references > art

Bug in bookmark example

2007-03-13 Thread Sean Landis
There's a bug in the bookmark example. If I create a user, say 'scl', and add a bookmark, say 'artima.com', all is well. I browse to http://localhost:3000/v1/users/ and I see scl. I browse to http://localhost:3000/v1/users/bookmarks and I see List of references artima.com Where 'artima.com' is

Re: Possible bug in ServerServlet?

2007-03-13 Thread Ryan Daum
Jerome, it seems that the Context that I am getting inside my resource is a different instance than the one inside my Application. I was able to verify this, but unable to see where in the call chain it occured precisely. This is with the early RC6 you provided. This is preventing me not only f

Re: New Restlet web site

2007-03-13 Thread Thierry Boileau
Hello John and Jonathan, some of your remarks have been taken into account : - no more table for the general layout - paragraph line height increased - index line height increased - rounded corners enhanced (zoom should be better, I hope) - code examples blocks improved (clearer background, text

RE: Possible bug in ServerServlet?

2007-03-13 Thread Jerome Louvel
Hi Ryan, I was able to successfully modify the Tutorial Part12 to use the SpringFinder and to pass a value via the context to the target User resource (see files attached). I haven't used Spring for the wiring but the SpringFinder code in itself seems to work fine. Let us know if you still have