Component used in 2 different pages and have method getParentPage

2010-03-15 Thread Andrey Etush
Hi, I have a problem. I have dialog that used in 2 pages each page implements Interface "CommonPage" in component I have getParentPage that returns "CommonPage" When I switch pages I have cast exception : $Page1 cannot be cast to com.mycompany.Page2 what could be the problem?

How to use onComplete ajax in Tapestry

2010-03-04 Thread Andrey Etush
I have a @Submit Form, this component closes @Dialog, I want onComplete of this call make another ajax call How can I do it?

T4 Hot deply to tomcat with cache

2010-01-14 Thread Andrey Etush
Hi. I want to use tapestry cache but with cache I want to also use hot deploy without restarting the server. Could it be done? And How?

@Block render problem

2010-01-14 Thread Andrey Etush
T4 question I have this structure: Page 1àPage2 à @Blockà @Block With Last block I have some weird problem, some times after render it this is no ajax response(response is empty). When I debug Tapestry sources I’ve see that in good and in bad response tapestry works (recursively) but in bad r

DojoAjaxResponseBuilder strange behavior

2010-01-11 Thread Andrey Etush
Hi, I have some strange behavior of DojoAjaxResponseBuilder class. I have a component filter it’s ajax component so when clicking on filter I open\close it. Problem is that sometimes this component works and sometimes it response empty ajax-response. In Log I see that it handle by DojoAjaxRespon