Tapestry 5: @Property object is null when using in onActivate

2011-04-23 Thread cablepuff
Hi I have a situation where I have a @property object. @Property private Command cmd. My onActivate would take an id and load it from db and set the obj onActivate(Integer databaseId) { DBRecord dbRecord = myDao.getById(databaseId); if (dbRecord != null) { cmd.setVal(db

Latest tapx 1.1 snapshot depends on T5.3

2011-04-23 Thread Luca Menegus
Hi, I've noticed that the latest tapx 1.1 snapshot [1] deployed into http://howardlewisship.com/snapshot-repository/ repository depends on T5.3.0-SNAPSHOT and not on T5.2.x. In facts it is no more usable with T5.2: It throws IncompatibleClassChangeError when trying to load com.howardlewisship.

Re: Blog Post: Tapestry Magic #1

2011-04-23 Thread Adam Zimowski
Make sure to update Tapestry WIKI with these links. Those are precious articles. On Sat, Apr 23, 2011 at 7:59 AM, Taha Hafeez wrote: > Yet another post > > http://tawus.wordpress.com/2011/04/23/tapestry-magic-5-advising-services/ > > regards > Taha > > On Fri, Apr 22, 2011 at 9:46 PM, Lenny Prima

Re: Blog Post: Tapestry Magic #1

2011-04-23 Thread Taha Hafeez
Yet another post http://tawus.wordpress.com/2011/04/23/tapestry-magic-5-advising-services/ regards Taha On Fri, Apr 22, 2011 at 9:46 PM, Lenny Primak wrote: > This is awesome. Just what I need. Keep em coming!!! > > > > On Apr 22, 2011, at 12:11 PM, Taha Hafeez > wrote: > > > Hi > > > > This i