Write a servlet filter, or use urlrewrite to make a tapestry url out of the incoming url.
There examples in the mailing list and on the wiki. If you have control of the sender, use a page that implements the IExternalPage interface. Richard -----Original Message----- From: Lennart Benoot [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:42 AM To: [email protected] Subject: Handling an arbitraru HTTP request in Tapestry Hi all, I have a tapestry application with hibernate. I also have an external server that from now and then wants to send a request to my application via HTTP. The http request contains some data encoded in the url e.g ?message=a message for you. I want a quick and easy way to handle this request and get the data in my application. Anyone experience with this? Regards, Lennart --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
