RE: [Tacos-devel] Component combination

2006-05-26 Thread Yiannis Mavroukakis
Forgot to mention that I am building from SVN -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yiannis Mavroukakis Sent: 25 May 2006 11:59 To: tacos-devel@lists.sourceforge.net Subject: RE: [Tacos-devel] Component combination I'm trying out the l

RE: [Tacos-devel] Component combination

2006-05-25 Thread Yiannis Mavroukakis
06 15:19 To: tacos-devel@lists.sourceforge.net Subject: RE: [Tacos-devel] Component combination From SF project site of tacos, you'll get beta-2. In net.sf.tacos/nightly you'll find some nightly builds posted by me now and then. You could finally check out svn trunk and build yourself. I

RE: [Tacos-devel] Component combination

2006-05-24 Thread andyhot
t; > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Frederic > Barnabe > Sent: 24 May 2006 14:01 > To: tacos-devel@lists.sourceforge.net > Subject: Re: [Tacos-devel] Component combination > > > Hi Yiannis, sorry for the delay, we were on a hol

RE: [Tacos-devel] Component combination

2006-05-24 Thread Yiannis Mavroukakis
beSent: 24 May 2006 14:01To: tacos-devel@lists.sourceforge.netSubject: Re: [Tacos-devel] Component combination Hi Yiannis, sorry for the delay, we were on a holiday here in Canada.  Queen Victoria Day...  I have absolutely no idea why we keep celebrating it, but I get paid to stay at home,

Re: [Tacos-devel] Component combination

2006-05-24 Thread Frederic Barnabe
t,Yiannis From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] ] On Behalf Of FredericBarnabeSent: 21 May 2006 23:58To: tacos-devel@lists.sourceforge.netSubject: Re: [Tacos-devel] Component combination I've never used the PartialFor before, so I cannot help you w

RE: [Tacos-devel] Component combination

2006-05-22 Thread Yiannis Mavroukakis
sight, Yiannis From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederic Barnabe Sent: 21 May 2006 23:58 To: tacos-devel@lists.sourceforge.net Subject: Re: [Tacos-devel] Component combination I've never used the PartialFor before, so I cannot hel

RE: [Tacos-devel] Component combination

2006-05-22 Thread Yiannis Mavroukakis
Thank you , will do :-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederic BarnabeSent: 21 May 2006 23:58To: tacos-devel@lists.sourceforge.netSubject: Re: [Tacos-devel] Component combination I've never used the PartialFor before, so I cannot help you with this

Re: [Tacos-devel] Component combination

2006-05-21 Thread Frederic Barnabe
 From: [EMAIL PROTECTED] on behalf of Frederic Barnabe Sent: Fri 19/05/2006 18:15To: tacos-devel@lists.sourceforge.net    Cc:    Subject: Re: [Tacos-devel] Component combination Hi Yiannis,It's because that when you put your Any component inside th

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
al Message- From: [EMAIL PROTECTED] on behalf of Frederic Barnabe Sent: Fri 19/05/2006 18:15 To: tacos-devel@lists.sourceforge.net Cc: Subject: Re: [Tacos-devel] Component combination Hi Yiannis, It's because that wh

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

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
If I move to enclose the table , it works ok...any suggestions? Thanks, Yiannis. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frederic Barnabe Sent: 18 May 2006 13:50 To: tacos-devel@lists.sourceforge.net Subject: Re: [Tacos-devel] Compon

RE: [Tacos-devel] Component combination

2006-05-19 Thread Yiannis Mavroukakis
: 19 May 2006 14:24 To: tacos-devel@lists.sourceforge.net Subject: RE: [Tacos-devel] Component combination 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 PROTEC

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#

RE: [Tacos-devel] Component combination

2006-05-18 Thread Yiannis Mavroukakis
devel@lists.sourceforge.net Subject: RE: [Tacos-devel] Component combination Yea, i would try Frederic's idea and turn this into a new component... if it works ok (i also like the timer idea) then i don't see why it couldn't be included in Tacos... something like InlineAutocompleter.

RE: [Tacos-devel] Component combination

2006-05-18 Thread andyhot
atively/complementary a short timer is issued which on expiry > reverts back to the (possibly) updated text link. > > Thank you again, > > Yiannis. > > _ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Frederic > Barnabe > Sent

RE: [Tacos-devel] Component combination

2006-05-18 Thread Yiannis Mavroukakis
] [mailto:[EMAIL PROTECTED] On Behalf Of Frederic BarnabeSent: 18 May 2006 13:50To: tacos-devel@lists.sourceforge.netSubject: Re: [Tacos-devel] Component combination Hi Yannis,I don't think you could make this with an InlineEditBox (even if it's the same behavior), so I would try to

Re: [Tacos-devel] Component combination

2006-05-18 Thread Frederic Barnabe
Hi Yannis,I don't think you could make this with an InlineEditBox (even if it's the same behavior), so I would try to use a ajax direct link that changes a boolean property of the page.  In the template, you add conditions that either shows the link or the auto completer depending on the boolean va