Re: Encoding in activation context

2009-03-07 Thread Fernando Bellas Permuy
Hi! Finally, I have been able to adopt an standard solution by injecting the "Request" service in the page implementing the service. It is very easy. Example: public class MyService { // ... @Inject private org.apache.tapestry5.services.Request request; void

Re: Encoding in activation context

2009-03-06 Thread Marcus Veloso
Hi Fernando, Maybe this help. http://code.google.com/p/t5-restful-webservices/ Cheers, Marcue Veloso

Re: Encoding in activation context

2009-03-06 Thread Thiago H. de Paula Figueiredo
Em Fri, 06 Mar 2009 13:34:45 -0300, Fernando Bellas Permuy escreveu: Hi! Hi! Experimentally, I have observed that the client must use the following URL: http://.../myService/40/The$0020Java$0020Programming$0020Language This encoding is done by the org.apache.tapestry5.services.URLEnco