Are you using popupSettings?

Sven

On 03/10/2014 04:01 PM, BenHoit wrote:
thanks, i modify my onComponentTag
        @Override
        protected void onComponentTag(ComponentTag tag) {
                 super.onComponentTag(tag);
                 String url = tag.getAttributes().getString("href");
                 log.debug("URL = "+url);
                 url = url + "antiCache=" + System.currentTimeMillis();
                 tag.put("href", url);                                
                 log.debug("URL modify =
"+tag.getAttributes().getString("href"));
        }

my output is :
URL = #
URL modify = #antiCache=1394463265258

but my url in my browser (opened by the resourceLink) is not modified
(anticache param isn't visible) ... and the content is not the good one ...
(if i clear my browser cache and click on the link, the content is OK).

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Add-noise-to-the-URL-of-ResourceLink-component-tp4664870p4664874.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to