I was talking about posting from another web application to a Tapestry page, but it really shouldn't matter where the post is coming from (i.e. Java application, Perl script, etc).
My goal is to have a page that operates normally for Tapestry requests or REST URL requests from onActivate contexts, but also have the same page be able to respond to posts from other applications. Thiago, can the approach you propose coexist with an onActivate context for Tapestry requests or are they mutually exclusive? In what page method does getting the request parameters happen (e.g. onActivate?) ? Thanks! Massimo Lusetti wrote: > > On Mon, Dec 15, 2008 at 2:41 PM, Thiago H. de Paula Figueiredo > <thiag...@gmail.com> wrote: > >> Em Mon, 15 Dec 2008 03:17:19 -0300, thermus <msch...@gmail.com> escreveu: >> >>> What is the proper way to handle a form post to a Tapestry page from an >>> external application? I know how to encode the parameters in the URL >>> and >>> use the onActivate context, but in this case, the data being passed from >>> the external application will exceed the URL length limit so I need to >>> use >>> post. >> >> Inject the Request and use it to get the parameter values, just like you >> would do without Tapestry. Tapestry adds a hidden field with some values >> you >> better not try to deal with them. :) > > We are talking about the client side which is a java app (for example) > that has to post data to the T5 web app for taking advantage of great > processing features provider by T5 you have to deal with the hidden > formadata parameter. > Please correct me if I'm wrong. > > -- > Massimo > http://meridio.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://www.nabble.com/-T5--Handle-post-from-external-application-tp21008825p21018348.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org