Hi,

Autolink will not (by design) process any tags with <wicket:id>. The problem is that when I'm trying to set CSS into a Page I have to manually rewrite the href attribute so it is relative to the page. If you take a look at the autolink implementation you can see this isn't a trivial process. It certainly isn't as simple as invoking urlFor(oldHref)...

Would it be possible to modify autolinking so it processes tags with <wicket:id> as well? Or is there a way to expose the autolink functionality in the form of a method I could invoke -- similar to urlFor() -- which will fix the resource paths?

Thanks,
Gili
--
http://www.desktopbeautifier.com/


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to