Tapestry components and mixins should be converted to use JavaScriptSupport,
not RenderSupport
----------------------------------------------------------------------------------------------
Key: TAP5-1244
URL: https://issues.apache.org/jira/browse/TAP5-1244
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-component-report
Affects Versions: 5.2.1
Reporter: Howard M. Lewis Ship
The Autocomplete mixin is an example; since it uses RenderSupport, it means
lots of unwanted calls to Tapestry.init() on the client side.
However, this may be related to another bug about JavaScriptSupport not
supported client-side initializer functions that take JSONArray (rather than a
String or JSONObject).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.