Re: Asynchronous form submission

2006-09-12 Thread Vinicius Carvalho
#x27;t be so efficient. > > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 12 de setembro de 2006 13:39 > To: Tapestry users > Subject: Re: Asynchronous form submission > > Does the server return valid html in your areas though? FireBu

Re: Asynchronous form submission

2006-09-12 Thread Vinicius Carvalho
it's not there, > the > > > For > > > component didn't render it. > > > Try using wrapping another component around it and naming it > "userList". > > > I guess something like this would work: > > > > > > > >

RE: Asynchronous form submission

2006-09-12 Thread Denis Souza
hnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 12 de setembro de 2006 13:39 To: Tapestry users Subject: Re: Asynchronous form submission Does the server return valid html in your areas though? FireBug or tapestry browser debug (via Shell) should be able to show you this. Either way I don&#x

Re: Asynchronous form submission

2006-09-12 Thread Jesse Kuhnert
can't find "userList" because it's not there, the > > For > > component didn't render it. > > Try using wrapping another component around it and naming it "userList". > > I guess something like this would work: > > > > > > > element="tr"> >

Re: Asynchronous form submission

2006-09-12 Thread Vinicius Carvalho
nd naming it "userList". > I guess something like this would work: > > > element="tr"> >... > > > > -Original Message- > From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 12 de setembro de 2006 11:42 >

Re: Asynchronous form submission

2006-09-12 Thread Jesse Kuhnert
- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: terça-feira, 12 de setembro de 2006 11:42 To: Tapestry users Subject: Re: Asynchronous form submission Hum, thanks but nope. Didn't work either. I can't get the @For to get updated. When I nested it inside an @Any, it a

RE: Asynchronous form submission

2006-09-12 Thread Denis Souza
onent around it and naming it "userList". I guess something like this would work: ... -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: terça-feira, 12 de setembro de 2006 11:42 To: Tapestry users Subject: Re: Asynchronous form submission Hum, thanks

Re: Asynchronous form submission

2006-09-12 Thread Jesse Kuhnert
Hmmm... If you have debug turned on you should be able to see the content returned by the server...Does it return a partial list or everything you expected? If it's returning content for the area you are requesting but the content isn't exactly what you expect it's possible you are having "other"

Re: Asynchronous form submission

2006-09-12 Thread Vinicius Carvalho
Hum, thanks but nope. Didn't work either. I can't get the @For to get updated. When I nested it inside an @Any, it almost work :). I mean that because it only the last value inserted in the list is returned. Even with the list being persisted to the session. Anyone done this before? Regards On

Re: Asynchronous form submission

2006-09-11 Thread Chaitanya Jeerage
not sure if the same applies to 4.1, but using "action" instead of "listener" in your form submit should solve the problem of list not being populated action="listener:formSubmit" instead of listener="listener:formSubmit" -Chaitanya On 9/12/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: We

Re: Asynchronous form submission

2006-09-11 Thread Vinicius Carvalho
Well the synchronous submission was fixed after I updated my version :P But I still get no updates on my list, event setting it as a persistent property. I'm adding values, and they are not being updated. As it is a persistent property I was hoping that re-loading the page would set it values, but

Asynchronous form submission

2006-09-11 Thread Vinicius Carvalho
Hi there! I'm trying to get two things to work with Tapestryt 4.1 and Ajax support: 1st a master detail form 2nd a auto populated form from server (I'll explain it better) The first one is pretty easy, but its reloading the entire page, I've checked the list and saw some discussions about it, I