TreeTable should call attachUpdate javascript on domready event.
----------------------------------------------------------------
Key: WICKET-3323
URL: https://issues.apache.org/jira/browse/WICKET-3323
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4.15
Reporter: Alexander Morozov
Priority: Minor
Since Wicket-1.4.15 it is possible to filter javascript resources
(JavascriptFilteredIntoFooterHeaderResponse) and place them to the tail of HTML
document. It means that some embedded javascript can be broken because of too
early evaluation and missing dependencies.
I have faced with this problem in TreeTable component. But probably there are
other places in the framework, affected by this issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.