[
https://issues.apache.org/jira/browse/WICKET-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790242#action_12790242
]
Juergen Donnerstag commented on WICKET-2238:
--------------------------------------------
yes, it's in trunk (1.5; not 1.4 head). Look for Component.onMarkupAttached()
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?revision=890074&view=markup
> Keep auto-components after rendering
> ------------------------------------
>
> Key: WICKET-2238
> URL: https://issues.apache.org/jira/browse/WICKET-2238
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Reporter: Ricardo Mayerhofer
> Assignee: Juergen Donnerstag
> Priority: Minor
> Fix For: 1.5-M1
>
>
> Auto-components are removed after rendering, so components added through
> component resolvers that take user input don't work.
> The code is located in MarkupContainer.java:
> if (component.isAuto()) { children_remove(i); }
> Thanks for considering.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.