Hi Tapestry Pro's...
Good morning..

I was wondering about my page. 

Here is the link to my page... its basically a prototype I will retrofit in 
later.

http://localhost:8080/pphl/rosterquery

My page renders and everything is good. I select my criteria and hit GO 
(submit).

My tabel list gets populated and rendered...

BUT... my page keeps taking off to somewhere else like 

http://localhost:8080/team

or 

http://localhost:8080/player

or 

http://localhost:8080/pphl/rosterquery.criteriaform  with an HTTP error 404

I looked at my passivate routine and not sure what to put in it.

I wuold like to return to the same page

http://localhost:8080/pphl/rosterquery but when I return this from my submit it 
doesnt work.

any ideas ?

Thank You
Ken


    @OnEvent(EventConstants.PASSIVATE)
    Object[] passivate() {
        return new Object[] { beanType };
    }
                                          

Reply via email to