Re: T4: New tacos release

2007-12-21 Thread Andreas Andreou
On Dec 20, 2007 8:21 PM, Martino Piccinato <[EMAIL PROTECTED]> wrote: > Congratulation Andy, I still think tacos is a must for tapestry users > and look forward for tapestry 4.1.4/dojo 1.0 upgrade Follow this on https://issues.apache.org/jira/browse/TAPESTRY-1902 -- Andreas Andreou - [EMAIL PROT

Re: T4: New tacos release

2007-12-20 Thread Martino Piccinato
Congratulation Andy, I still think tacos is a must for tapestry users and look forward for tapestry 4.1.4/dojo 1.0 upgrade On Dec 19, 2007 8:10 PM, andyhot <[EMAIL PROTECTED]> wrote: > Hi, > the new tacos release (4.1.1) is already deployed at maven's central repo. > > Details are at http://taco

Re: T4: New tacos release

2007-12-20 Thread Alejandro Scandroli
congratsOnTheNewRelease++; Thank you Andreas, excellent work. -- Alejandro Scandroli Amneris: We build process-driven web applications. http://www.amneris.es On Dec 20, 2007 3:22 AM, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > Congrats on the new release, excellent job once again! > > Kalle > >

Re: T4: New tacos release

2007-12-19 Thread Matt Brock
Andreas Andreou wrote: > > if you were building it on your own, perhaps you forgot > the hivemind configurations? > Aw, jeez... yeah, that might be a good idea, huh? Thanks. -- View this message in context: http://www.nabble.com/T4%3A-New-tacos-release-tp14423354p14431566.html Sent from th

Re: T4: New tacos release

2007-12-19 Thread Andreas Andreou
it's in tacos-annotations... if you were building it on your own, perhaps you forgot the hivemind configurations? On Dec 20, 2007 8:11 AM, Matt Brock <[EMAIL PROTECTED]> wrote: > > > Andreas Andreou wrote: > > > > Yep, it's for non-abstract methods that return something and that appear > > within

Re: T4: New tacos release

2007-12-19 Thread Matt Brock
Andreas Andreou wrote: > > Yep, it's for non-abstract methods that return something and that appear > within Tapestry pages or components. > > Is it possible that your method returns null? > No, I was trying it on a ListSelectionModel. Even an empty LSM is still an object. Are there any othe

Re: T4: New tacos release

2007-12-19 Thread Andreas Andreou
Yep, it's for non-abstract methods that return something and that appear within Tapestry pages or components. Is it possible that your method returns null? On Dec 20, 2007 7:30 AM, Matt Brock <[EMAIL PROTECTED]> wrote: > > Looking over the description further, the annotation is supposed to be us

Re: T4: New tacos release

2007-12-19 Thread Matt Brock
Looking over the description further, the annotation is supposed to be useful for any non-abstract method, even those contained in (abstract) pages. Yet my @Cached methods are being repeatedly called on page generation. -- View this message in context: http://www.nabble.com/T4%3A-New-tacos-rele

Re: T4: New tacos release

2007-12-19 Thread Matt Brock
andyhot wrote: > > -) new annotation @Cached along with @InjectPageLink, > @InjectExternalLink, e.t.c. > see http://tacos.sourceforge.net/tacos4.1/tacos-annotations/index.html > I tried using this on a couple of complex dao-calculated elements (PropertySelections, for instance), but the metho

Re: T4: New tacos release

2007-12-19 Thread Kalle Korhonen
Congrats on the new release, excellent job once again! Kalle On Dec 19, 2007 11:10 AM, andyhot <[EMAIL PROTECTED]> wrote: > Hi, > the new tacos release (4.1.1) is already deployed at maven's central repo. > > Details are at http://tacos.sourceforge.net/tacos4.1/ , here are some > quick notes: >

T4: New tacos release

2007-12-19 Thread andyhot
Hi, the new tacos release (4.1.1) is already deployed at maven's central repo. Details are at http://tacos.sourceforge.net/tacos4.1/ , here are some quick notes: -) tapdoc and tapdoc-maven-plugin. These can now work with annotation-only components, see http://tacos.sourceforge.net/tacos4.1/ta