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: @EventListener question

2006-09-11 Thread Chaitanya Jeerage
I have faced problems before while updating components other than div, may be I was doing something wrong, anyway afaik this should work I think this is what Josh was indicating too. -Chaitanya On 9/11/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Josh, I really can't see how would t