RE: [RFC] WadlResource, get a param value according to the description

2008-10-02 Thread Jerome Louvel
] Envoyé : mardi 30 septembre 2008 15:51 À : discuss@restlet.tigris.org Objet : RE: [RFC] WadlResource, get a param value according to the description Hi Jerôme, Sorry to answer so late, i'm a little busy :) I created the corresponding issue: http://restlet.tigris.org/issues/show_bug.cgi?id=604

RE: [RFC] WadlResource, get a param value according to the description

2008-09-30 Thread Vincent Ricard
Hi Jerôme, Sorry to answer so late, i'm a little busy :) I created the corresponding issue: http://restlet.tigris.org/issues/show_bug.cgi?id=604 Actually, the template value should be 0;service=hihi and not just hihi. Isn't it? Actually, i expected hihi, i believed ';' was a separator (the

RE: [RFC] WadlResource, get a param value according to the description

2008-09-24 Thread Jerome Louvel
-- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Vincent Ricard [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 septembre 2008 11:06 À : discuss@restlet.tigris.org Objet : RE: [RFC] WadlResource, get

RE: [RFC] WadlResource, get a param value according to the description

2008-09-23 Thread Vincent Ricard
Hi Jérôme, Does it make more sense now? Yes :) I added the support of multi-value multi-style parameters (see the attached Services.java). If you load the attached webapp, then try http://localhost:8080/my-webapp/restlet/service/0;service=hihi?service=foo You get this: 0;service=hihi hihi

RE: [RFC] WadlResource, get a param value according to the description

2008-09-22 Thread Vincent Ricard
Hi Jérome However, in this case, how do you deal with the fact that you could have several parameters with the same name but different type? Since i didn't need, i didn't think about this :-) Do you mean we can have something like this in a WADL? request param name=foo type=xs:string

RE: [RFC] WadlResource, get a param value according to the description

2008-09-22 Thread Jerome Louvel
-founder ~ http://www.noelios.com -Message d'origine- De : Vincent Ricard [mailto:[EMAIL PROTECTED] Envoyé : lundi 22 septembre 2008 16:10 À : discuss@restlet.tigris.org Objet : RE: [RFC] WadlResource, get a param value according to the description Hi Jérome However, in this case, how do you

Re: [RFC] WadlResource, get a param value according to the description

2008-08-29 Thread Bora
Thanks Vincent This was actually helpful for me -- From: Vincent Ricard [EMAIL PROTECTED] Sent: Thursday, August 28, 2008 9:49 AM To: discuss@restlet.tigris.org Subject: [RFC] WadlResource, get a param value according to the description Hi,