Re: DynamicWebResource and ajax request

2009-07-09 Thread Robin Sander
I don't know if this is the recommended way, but there is a urlFor(ResourceReference) method in Component, so you can store the (mounted) ResourceReference in the application, then access it in the Component which needs the URL and call urlFor() with the reference. If any Wicket developer

DynamicWebResource and ajax request

2009-07-07 Thread Mathias Nilsson
Hi, I just need to be clear on some things. When reading the doc on Resource it states that Resources themselves do not currently have URLs. Instead, they are referred to by components that have URLs. Let's say I have created a mypanel that extends panel. I implement my own DynamicWebresource