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
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
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
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
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
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