On Mon, Dec 15, 2008 at 7:17 AM, thermus <msch...@gmail.com> wrote: > 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. > > Can anyone advise how to do this?
You have to look at the generated HTML fro your page, grab the t:formdata form parameter and (hard)code it into your app which will post to T5, obviously you have to use the appropriate parameter too. Of course you will tie together with that particular version of T5. This way it'll do the job. Yep i know it's no more then an hack but is the only way to do that right now, maybe (i think so) in the future T5 will have more RESTfull "features" to facilitate this but for now you have to be satisfied. I would like to see more discussion in this topic since i find T5 a great framework to build web app for app (B2B or call that the way you want), non only for browsers. Regards -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org