Thanks a lot Ernesto! That pointed me in the right direction and I found the specific setting that was causing the problem. The following code is in my Application subclass's init method and it seems to fix the problem for me.
getMarkupSettings().setStripWicketTags(true); Thanks, Josh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/YUI-menu-and-development-mode-tp1882092p3822415.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
