Nathan Hamblen schrieb:
It could just wrap every Ajax
target with a made-up span by default, non-destructively as far as I can
tell.

I really don't like the idea of markup that is magically inserted.

It will break all Javascript code (and everything else) that relies on a certain DOM structure, and even more importantly, it is *not* allowed to place block elements within a span. Wrapping the tags in divs doesn't work either, because this will change the appearance.

There is no way around a better solution that changes the attributes or replaces the element.


Timo


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to