Re: [T5] Calling URL without pages

2007-05-09 Thread Blackwings
I can't use filter. In fact, I have a swing application implemented with HttpClient that try to authenticate a user by calling my Tapestry5 web application. The server will receive my request and should return an xml response with the user information or any other response. Filter are used to chan

Re: [T5] Calling URL without pages

2007-05-08 Thread Robert Zeigler
How about doing this with a request filter? Robert On May 8, 2007, at 5/89:47 AM , Blackwings wrote: Hi everybody! I'm developping a simple login/registration web site with T5. It works normally, no problems... but what I want to do is to bypass the use of the formular using a url like htt

[T5] Calling URL without pages

2007-05-08 Thread Blackwings
Hi everybody! I'm developping a simple login/registration web site with T5. It works normally, no problems... but what I want to do is to bypass the use of the formular using a url like http://www.myloginsite.com/start?login=mylogin&password=mypassword&fromoutside=yes. I'd like to call directly