Browsers don't know the wicket namespace, that is why we use it for our own stuff. That is also why we strip them in production mode to ensure that w3c validators won't bork on the markup.
You could use multiple <tbody></tbody> tags to achieve what you want. Martijn On Sun, Aug 10, 2008 at 7:49 AM, Martin Makundi <[EMAIL PROTECTED]> wrote: >> it is there for situations where you do not want to render any tag >> into the output because it may cause invalid markup, etc. > > I understood from the specs that it is always allowed (according to > the namespace) and in the above example it could be used to > ajax-refresh those two table rows. > > ** > Martin > >> >> On Sat, Aug 9, 2008 at 10:35 PM, Martin Makundi >> <[EMAIL PROTECTED]> wrote: >>> 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] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
