If you use a Form component, you need the t:formdata. If you don't use Form (and therefore, don't use TextField, Select, etc.) you can easily submit directly into a component event handler method; it's a step back towards servlet-style coding, where you inject the Request and pull parameters out to do with as you please.
On Mon, Jan 26, 2009 at 9:17 AM, Massimo Lusetti <mluse...@gmail.com> wrote: > On Mon, Jan 26, 2009 at 5:49 PM, Michael Capper <mjcap...@avetana.de> wrote: > >> Hi, >> I've got a form which i'd like to submit direcly in a mobile application >> without prior loading of the page. I then wouldn't have a correct value for >> a t:formata hidden field, which seems required and also seems to change >> every now and then. I understand this is for some security reason, but can >> this t:formdata-parameter somehow be omitted, or set to a fixed value? > > Short answer: No > Long answed: It shouldn't change from version to version so it is > fixed and you can hardcode it but afaik T5 need it to process the form > submission. > > I too have great interest in having another way to submit form to T5 > page from an automated-station and would like to here from Howard > which is his feeling and how we can help if that's the case. > > 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 > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org