On 7/23/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
>
> 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.


yep, setoutputmarkupplaceholdertag() was actually created just to make a
situation like this easier - remove the need for an extra container that was
often added just to have an always-visible tag in markup to repaint.

-igor



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
>
-------------------------------------------------------------------------
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