Re: Adding rows with javascript

2006-11-24 Thread Andrea Chiumenti
You are wrong using tables ;P try to replace the whole table or better a div that contains it, and not the row (tables are evil). On 11/24/06, jiju <[EMAIL PROTECTED]> wrote: Hi , I tried to create addRows using tacos:AjaxDirectLink, but that html table is not getting updated. if i will chang

Re: Adding rows with javascript

2006-11-24 Thread jiju
Hi , I tried to create addRows using tacos:AjaxDirectLink, but that html table is not getting updated. if i will change the link into DirectLink then it is working fine. whether i am missing anything ? karthik.nar wrote: > > On 11/24/06, jiju <[EMAIL PROTECTED]> wrote: >> >> >> Tacos & Ajax

Re: Adding rows with javascript

2006-11-24 Thread Andrea Chiumenti
If you are looking for an edit grid I'm developing one @ www.jfly.org. You'll find it into the svn. Since I'm alone and working on another project I'm on it on my spare time. Anyway I think I'll have an alpha version in the next week, after I'll solve some problems with MSIE hell. Kiuma On 11/24

Re: Adding rows with javascript

2006-11-24 Thread Karthik N
On 11/24/06, jiju <[EMAIL PROTECTED]> wrote: Tacos & Ajax call seems a good solution, but these hidden fields also needed to be updated using updateComponents ? No need and one more query, is HTTPRequest available in page class ? get it through the cycle in the listener

Re: Adding rows with javascript

2006-11-24 Thread jiju
Tacos & Ajax call seems a good solution, but these hidden fields also needed to be updated using updateComponents ? and one more query, is HTTPRequest available in page class ? karthik.nar wrote: > > tapestry is not aware of your new form fields. if you use firebug you'll > find that these f

Re: Adding rows with javascript

2006-11-24 Thread Karthik N
tapestry is not aware of your new form fields. if you use firebug you'll find that these fields don't figure in the "hidden" field that tapestry uses to keep track of its meta-info used for render/rewind. one way to solve this problem is to use Tacos and make an Ajax call. another way is to loo