RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
Oh I see! I didn't really consider this (yet) as I am testing on a For which produces a single result...However, since there is only one result (therefore one id??) shouldn't this work? Or is my thinking entirely wrong? Thank you Frederic, Yiannis -Original Message- F

Re: [Tacos-devel] Re: Tapestry Ajax Implementation

2006-05-19 Thread Peter Svensson
Aargh! Nothing is so harsh on spelling as post-caffeinated judgment. Not to mention being on the correct list .. ahum . .. :)  Thanks for taking this to the right audience.Cheers,PS On 5/19/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: just to be sure everyone sees it :)On 5/19/06, Peter Svensson <

Re: [Tacos-devel] Component combination

2006-05-19 Thread Frederic Barnabe
Hi Yiannis,It's because that when you put your Any component inside the For, you end up with multiple html elements having the same id.  Ids are supposed to be unique in an HTML document.  You have to specify a unique id for each row and in the updateComponent of the link put this unique id.  Check

[Tacos-devel] Re: Tapestry Ajax Implementation

2006-05-19 Thread Jesse Kuhnert
just to be sure everyone sees it :)On 5/19/06, Peter Svensson <[EMAIL PROTECTED]> wrote: I have to agree here. The Tacos examples are all way too complex if you arenot experienced with them,or, indeed, with _javascript_. I had huge troublesunderstanding the basic issues over all the flags being dra

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
Hello Frederic, I've got a quick question about the updateComponent parameter..When i set the updateComponent element inside the cell that I wish to alter to the autocompleter, nothing seems to happen, however when the element is enclosing the table everything is ok. Obviously, if I want to use m

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
Thanks Andy I found out what it was..an old version of Commons lang laying about..FireBug showed me the Exception that was raised by the code, which was being swallowed completely. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 1

RE: [Tacos-devel] Component combination

2006-05-19 Thread andyhot
Looks like the ajax response is not valid xml. Can you use FireBug in FF to see the response contents? Perhaps a instead of or something similar... >From Yiannis Mavroukakis <[EMAIL PROTECTED]>: > Hello again :-) > > I was half-succesfull in implementing your suggestion :) There's > something

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
Hello again :-) I was half-succesfull in implementing your suggestion :) There's something in the behaviour that I don't get I'm hoping someone can shed some light on this. here's a snippet of the HTML [snip] Master# CT#