Improve markup localization to support ajax rendering of dynamically generated
components
-----------------------------------------------------------------------------------------
Key: WICKET-1238
URL: https://issues.apache.org/jira/browse/WICKET-1238
Project: Wicket
Issue Type: Improvement
Reporter: Jan Vermeulen
renderComponent() fails for components that are dynamically created and
contained in a RepeatingView. Since MarkupFragmentFinder tries to locate a
markup element with the id of the component, it fails to locate any markup for
these components.
This occurs if we want to render separately a single row in a table or a single
button in a dynamically constructed menu. This was possible in 2.0, but it's
not in 1.3. For now, we have to render the whole table or the whole menu to
refresh a single line or button. (see
http://www.nabble.com/1.4-Wish-List-to14349485.html#a14395745)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.