I think I finally understand what Johan (it was him right?) brought up yesterday about static images.

Consider this: if a user hits a static image URL directly without going through a Page, then he will get a broken link. As opposed to, if he goes through the Page first, he can then hit the URL directly from that point onward.

This looks like a Wicket bug: either static images should be available even without the Page getting constructed or hitting image URLs under a given page should cause it to be constructed. For example, the URL "wallpapers/misc/screenshot.jpg" where "wallpapers" is actually an alias for Page of mine -- hitting such a URL should trigger the Page construction, thereby ensuring the static image is created.

        What do you think?

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to