On 7/23/07, Christian Alejandro Marquez Grabia <[EMAIL PROTECTED]> wrote:
> The problem is that you have hidden the container in which the components
> were placed, and later when wicket attempts to add the components, it can't
> find the place where to.
>
> As Dipu says, you must modify the visibility of the inner components, not
> the container, so when wicket attempts to add the components, it can find
> the container to place them.

Both suggestions are good. As far as I know,
setOutputMarkupPlaceholderTag(true) should work as well.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to