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