Re: Wicket tags in output markup may change styles

2012-08-21 Thread Pointbreak
You should at least escape your ':', i.e. something like: BODY WICKET\:MESSAGE * { } But I doubt it will work on any browser. If you really want to keep the wicket:message tags (imho you're better of without them), you could wrap them in another container (div/span) and use that conatiner as a cs

Wicket tags in output markup may change styles

2012-08-21 Thread Adriano dos Santos Fernandes
Hi! I was creating a website with Wicket and the CSS styles were fine. Then I decided to replace some texts with and it changed the formatting. I know setStripWicketTags(true), but I prefer to have it working with setStripWicketTags(false) in dev. mode. The html is actually a XHTML transitiona