Re: Is there any way to render the "get" method of form?

2010-10-05 Thread LLTYK
textfield.value); } }); -- View this message in context: http://tapestry-users.832.n2.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp5449243p5603046.html Sent from the Tapestry Users mailing list archive at Nabble.com.

Re: Is there any way to render the "get" method of form?

2010-10-04 Thread Peter Stavrinides
ge - From: "Lutz Hühnken" To: "Tapestry users" Sent: Tuesday, 28 September, 2010 21:00:06 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Is there any way to render the "get" method of form? Dear Thiago, thanks for your patient reply and the advice

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Martin Strand
On Tue, 28 Sep 2010 18:47:17 +0200, Manuel Sugawara wrote: On Tue, Sep 28, 2010 at 11:24 AM, Martin Strand < do.not.eat.yellow.s...@gmail.com> wrote: Of course is a matter of taste but I rather have http://localhost/?q=c%E1lculo+diferencial< http://localhost/?q=c%C3%A1lculo+diferencial>tha

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Lutz Hühnken
Dear Thiago, thanks for your patient reply and the advice. Of course I realize that I can still implement a search with Tapestry, with redirect-after-post or else, and I have actually done so in the past. But please take a minute and think about these two things: 1. You say, > GET was always mea

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Manuel Sugawara
On Tue, Sep 28, 2010 at 11:24 AM, Martin Strand < do.not.eat.yellow.s...@gmail.com> wrote: > > Of course is a matter of taste but I rather have >> http://localhost/?q=c%E1lculo+diferencial< >> http://localhost/?q=c%C3%A1lculo+diferencial>than >> >> http://localhost:8080/C$00e1lculo$0020diferencial

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Martin Strand
On Tue, 28 Sep 2010 17:58:35 +0200, Manuel Sugawara wrote: On Tue, Sep 28, 2010 at 7:08 AM, Thiago H. de Paula Figueiredo wrote: On Tue, 28 Sep 2010 05:41:50 -0300, Lutz Hühnken wrote: Of course I am willing to learn. What would be the "Tapestry way" of implementing this? Use For

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Thiago H. de Paula Figueiredo
On Tue, 28 Sep 2010 12:58:35 -0300, Manuel Sugawara wrote: Oh well, I'm not alone ;-). Particulary because doing this by hand is too much burden and you cannot use any of the components already provided by tapestry. I'm not following you on why you cannot use Tapestry-provided components.

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Manuel Sugawara
On Tue, Sep 28, 2010 at 7:08 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 28 Sep 2010 05:41:50 -0300, Lutz Hühnken < > lh.tapestry.l...@googlemail.com> wrote: > > Dear Thiago, >> > > Hi, Lutz! > > > now this - the lack of - is something that has been >> puzzling me i

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Thiago H. de Paula Figueiredo
On Tue, 28 Sep 2010 05:41:50 -0300, Lutz Hühnken wrote: Dear Thiago, Hi, Lutz! now this - the lack of - is something that has been puzzling me in Tapestry 5 for a long time. Why would you say using "GET" is a bad idea? Because all field values end up in the URL. The use case I think

Re: Is there any way to render the "get" method of form?

2010-09-28 Thread Lutz Hühnken
Dear Thiago, now this - the lack of - is something that has been puzzling me in Tapestry 5 for a long time. Why would you say using "GET" is a bad idea? The use case I think of is a search field. You enter a search term, submit the form, get the result. I think using a form with method=get is th

Re: Is there any way to render the "get" method of form?

2010-09-20 Thread Kristian Marinkovic
a look at the Label component for how to use a heartbeat render command) g, kris Von:Lutz Hühnken An: Tapestry users Datum: 18.09.2010 12:40 Betreff: Re: Is there any way to render the "get" method of form? I don't understand how this answers the question. I foll

Re: Is there any way to render the "get" method of form?

2010-09-18 Thread Thiago H. de Paula Figueiredo
On Sat, 18 Sep 2010 07:40:18 -0300, Lutz Hühnken wrote: I don't understand how this answers the question. I followed all of the links and could not find instructions how to use the get method in forms in tapestry. Must have overlooked it.. could you be more specific maybe? Using the GET met

Re: Is there any way to render the "get" method of form?

2010-09-18 Thread Lutz Hühnken
apestry5OpensourceApps > == http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp2643651p2643760.html > Sent from the

Re: Is there any way to render the "get" method of form?

2010-08-22 Thread based2
== http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry -- View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp2643651p2643760.html Sent from the Tapestry - User mailing list archive at Nabble.com

Is there any way to render the "get" method of form?

2010-08-22 Thread phoenixwright
such as ... I think the url xxx?test=test&test1=test1&t=.. is better than xxx/test/test1/.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp2643651p2643651.html Sent from the Tapestry - User mailing list ar