Hi!

I want to use my wicketContainer (wicket:container tag) for a
placeholder for a ajax replace.

I have the following settings:

    // ...
    getMarkupSettings().setStripWicketTags(true);
    // ...
    
wicketContainer.setOutputMarkupPlaceholderTag(true).setRenderBodyOnly(false);

Nevertheless, the wicketContainer appears to be stripped from the
rendered page and the ajax-refresh does not work (no tag, no markup
id).

Is this a "bug" or is it supposed to work this way? I assumed that
"stripWicketTags" would strip the 'useless' wickt tags but allow to
override and show the necessary tags.

**
Martin

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

Reply via email to