This seems to help me stay on the same page...

/*
    @OnEvent(EventConstants.ACTIVATE)
    Object onActivate(Class clazz) {
        if (clazz == null)
            return Utils.new404(messages);
        this.beanType = clazz;
        return null;
    }
*/
    @OnEvent(EventConstants.PASSIVATE)
    Object[] passivate() {
        return new Object[] { team, team.getId(), this };
    }

but I had to comment out onActivate... as it kept coming in with null CLAZZ

is this a tapestry bug ?

I could not get any parameters to come in based on the onPassivate I designed.

But this is what I get for a URL...

http://localhost:8080/org.tynamo.examples.pphl.pages.RosterQuery$0040337893/1/1

how do you explain that ?
                                          

Reply via email to