[ 
https://issues.apache.org/jira/browse/WICKET-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702537#action_12702537
 ] 

Ricardo Mayerhofer commented on WICKET-2238:
--------------------------------------------

Hi Igor,
If I use the regular add method I get the following error:
WicketMessage: Cannot modify component hierarchy after render phase has started 
(page version cant change then anymore)

I think this has to do with the following thread: 
http://osdir.com/ml/java.wicket.devel/2005-03/msg00552.html

> 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
>            Priority: Minor
>
> 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.

Reply via email to