On Mon, Apr 21, 2008 at 05:32:08PM +0200, Edvin Syse wrote:
> 
> I know that getVisible() might be called multiple times during a 
> page-render, so I'm beginning to think that maybe it returns false on the 
> call that decides wether to include the markup, and then true later on, 
> creating the mismatch in hiearachy. Does this sound plausible?
> 

Yes, if you want to have an invisible component made visible again via
AJAX you have to call setOutputMarkupPlaceholderTag(true) on it, or wrap
it in a WebMarkupContainer that is always visible and refresh the
container.

jk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to