Re: Async form in Tap4.1 does not work...

2006-08-24 Thread andyhot
irefox 1.5 with the same results on both: >> > Workbench demo works, but my own code does not. :( >> > >> > -Original Message- >> > From: Pedro Viegas [mailto:[EMAIL PROTECTED] >> > Sent: terça-feira, 22 de agosto de 2006 19:19 >> > To: Tapest

RE: Async form in Tap4.1 does not work...

2006-08-23 Thread Denis Souza
Yes, solved it for me too. Thanks Jesse! -Original Message- From: Pedro Viegas [mailto:[EMAIL PROTECTED] Sent: terça-feira, 22 de agosto de 2006 19:48 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... That solved it Jesse! It really was the cache. Guess those handy

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
own code does not. :( > > > > > > -----Original Message- > > > From: Pedro Viegas [mailto:[EMAIL PROTECTED] > > > Sent: terça-feira, 22 de agosto de 2006 19:19 > > > To: Tapestry users > > > Subject: Re: Async form in Tap4.1 does not work...

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Jesse Kuhnert
demo works, but my own code does not. :( > > > > -Original Message- > > From: Pedro Viegas [mailto:[EMAIL PROTECTED] > > Sent: terça-feira, 22 de agosto de 2006 19:19 > > To: Tapestry users > > Subject: Re: Async form in Tap4.1 does not work... > > &

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
both: > Workbench demo works, but my own code does not. :( > > -Original Message- > From: Pedro Viegas [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 22 de agosto de 2006 19:19 > To: Tapestry users > Subject: Re: Async form in Tap4.1 does not work... > > Got the ba

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
uot; is a String in the component's class. Is there something I'm doing wrong? Thanks, Denis -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 22 de agosto de 2006 18:17 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... They s

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Jesse Kuhnert
hey already do exist > > in > > the Form component. Since Jesse replied that's fixed I thought it meant > > ajax > > should be working when using these parameters on a form. > > > > -Original Message----- > > From: Norbert Sándor [mailto:[EMAIL PROTEC

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Jesse Kuhnert
TECTED] Sent: terça-feira, 22 de agosto de 2006 19:19 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... Got the bastard! It's a snicky little one! I also updated the last SNAPSHOT and the result are exactly the same. As Danis said, althought the Submit does not have the async

RE: Async form in Tap4.1 does not work...

2006-08-22 Thread Denis Souza
> > -Original Message- > > From: Norbert Sándor [mailto:[EMAIL PROTECTED] > > Sent: terça-feira, 22 de agosto de 2006 14:03 > > To: Tapestry users > > Subject: Re: Async form in Tap4.1 does not work... > > > > As I know it is not yet implemented, I g

RE: Async form in Tap4.1 does not work...

2006-08-22 Thread Denis Souza
mponent's class. Is there something I'm doing wrong? Thanks, Denis -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 22 de agosto de 2006 18:17 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... They should be working on forms

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Pedro Viegas
> normally (without ajax). Tried it with the latest snapshot > > (4.1.1-20060822.021102-19) and still no go. > > > > -Original Message----- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: segunda-feira, 21 de agosto de 2006 23:14 > > To: Tape

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Jesse Kuhnert
> From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 21 de agosto de 2006 23:14 > To: Tapestry users > Subject: Re: Async form in Tap4.1 does not work... > > Fixed. > > On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > >> btw: tried it with

RE: Async form in Tap4.1 does not work...

2006-08-22 Thread Denis Souza
terça-feira, 22 de agosto de 2006 14:03 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... As I know it is not yet implemented, I guess there are no such parameters (async, updateComponents) for Submit, LinkSubmit, etc. yet. Regards, Norbi Denis Souza wrote: > I'm sti

Re: Async form in Tap4.1 does not work...

2006-08-22 Thread Norbert Sándor
a, 21 de agosto de 2006 23:14 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... Fixed. On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: btw: tried it with the fresh SNAPSHOT of 20060819 and the result is still the same! On 8/21/06, Pedro Viegas <[EMAIL PRO

RE: Async form in Tap4.1 does not work...

2006-08-22 Thread Denis Souza
4.1.1-20060822.021102-19) and still no go. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 21 de agosto de 2006 23:14 To: Tapestry users Subject: Re: Async form in Tap4.1 does not work... Fixed. On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > &

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Jesse Kuhnert
Fixed. On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: btw: tried it with the fresh SNAPSHOT of 20060819 and the result is still the same! On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: > > I've been browsing the TimeTracker source to see if I can sort things out. > I've found the par

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
btw: tried it with the fresh SNAPSHOT of 20060819 and the result is still the same! On 8/21/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: I've been browsing the TimeTracker source to see if I can sort things out. I've found the parameter I mentioned... the shell's ajaxEnabled="true". I set it up

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
I've been browsing the TimeTracker source to see if I can sort things out. I've found the parameter I mentioned... the shell's ajaxEnabled="true". I set it up in my test code and no change. Huess it's allready true by default. Since http://tapestry.apache.org/tapestry4.1/components/Shell.html does

Re: Async form in Tap4.1 does not work...

2006-08-21 Thread Pedro Viegas
Yep, sorry, I was messing things up a bit. I corrected several errors I had on the code. The form submits fine, all works but not asyncronously. It does a normal submit and not an ajax one. The client side form validation is also not working. Only server side. So async mode is apparently not activ

Re: Async form in Tap4.1 does not work...

2006-08-20 Thread Jesse Kuhnert
I don't believe @Submit or similar components accept that parameter. (double check the docs, but I think that only applies to the @Form currently..or various links) On 8/20/06, Pedro Viegas <[EMAIL PROTECTED]> wrote: Hi there. Been trying to get a Tap4.1 form component to behave like a Tacos:Aj