Johannes Fahrenkrug schrieb:
Hi,

It took me a while to track down why Opera makes my Wicket application look like crap.
Here's why:
when you use a css class like
td.someclass
and apply that class to a <td> tag within a table that is surrounded by <wicket:border> tags, Opera doesn't apply the CSS class to the td tag. If you define a general CSS class like
.someclass
it works (or when there are no <wicket:border> tags.

Everything is fine when using Firefox, Safari or even IE.

My question is: Can I somehow keep the <wicket:border> tags from showing up in the rendered markup?

Yes. See here:

http://www.wicket-wiki.org.uk/wiki/index.php/Remove_wicket_markup


But your HTML is broken. There is no doctype declaration and the style tag is incomplete.

If you declare the document as XHTML, the wicket tags *should* be ignored because they are in a different namespace. If they are not ignored, this is a bug in Opera, and should be reported.


Timo


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to