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?
I have a @Submit Form, this component closes @Dialog, I want onComplete of
this call make another ajax call
How can I do it?
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?
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
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