Re: POST handling

2006-02-28 Thread Jean-Eric Cuendet (JeSC)
You need a custom engine service for doing so. You can inject HttpServletRequest in there. You can later use your service url to be the page that receives the post I can give you some code to get you started if you need it Thanks for the answer. I'll be glad if you could send me some code, y

Re: POST handling

2006-02-13 Thread kranga
riginal Message - From: "Jean-Eric Cuendet (JeSC)" <[EMAIL PROTECTED]> To: Sent: Monday, February 13, 2006 4:12 AM Subject: POST handling Hi, I need a page in my Tapestry application to handle data that a remote client could send me. I'll use an HTTP POST method. How

Re: POST handling

2006-02-13 Thread Konstantin Ignatyev
Page should implement IExternalPage public abstract class ZzPage extends BasePage implements IExternalPage { @InjectObject( "service:tapestry.globals.WebRequest") public abstract WebRequest getRequest(); public void activateExternalPage(Object[] objects, IRequestCycle iRequestCycle) {

Re: POST handling

2006-02-13 Thread Jean-Eric Cuendet
Raul Raja Martinez wrote: You need a custom engine service for doing so. You can inject HttpServletRequest in there. OK, thanks. You can later use your service url to be the page that receives the post I can give you some code to get you started if you need it With great pleasure. -jec

Re: POST handling

2006-02-13 Thread Raul Raja Martinez
You need a custom engine service for doing so. You can inject HttpServletRequest in there. You can later use your service url to be the page that receives the post I can give you some code to get you started if you need it best regards. Raul Raja. Jean-Eric Cuendet (JeSC) wrote: Hi, I need a

POST handling

2006-02-13 Thread Jean-Eric Cuendet (JeSC)
Hi, I need a page in my Tapestry application to handle data that a remote client could send me. I'll use an HTTP POST method. How can I handle that in my application? Thanks for any pointer. -jec -- JeSC - Software et Consulting Jean-Eric Cuendet 1168 Villars-sous-Yens Web : http://jesc.