Re: Package resource location does not consider current session style and locale

2015-05-18 Thread Sergiy Barlabanov
Done. https://issues.apache.org/jira/browse/WICKET-5909 sorry for delay. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Package-resource-location-does-not-consider-current-session-style-and-locale-tp4670338p4670823.html Sent from the Users forum mailing list

Package resource location does not consider current session style and locale

2015-04-16 Thread Sergiy Barlabanov
We are using Wicket 6.15 (but the code seems unchanged in the latest Wicket 6 releases). We set style to Wicket session and expect Wicket to consider the style when loading CSS package resources. But this does not work. Seems to be some kind of inconsistency in PackageResource class. It uses

Re: Problem with SCRIPT Tag in Ajax-Response in Wicket 1.5 RC5.1

2011-07-17 Thread Sergiy Barlabanov
Done: https://issues.apache.org/jira/browse/WICKET-3912 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-SCRIPT-Tag-in-Ajax-Response-in-Wicket-1-5-RC5-1-tp3667783p3673964.html Sent from the Users forum mailing list archive at Nabble.com.

Problem with SCRIPT Tag in Ajax-Response in Wicket 1.5 RC5.1

2011-07-14 Thread Sergiy Barlabanov
Hi, if a JavaScript script tag is added to AjaxRequestTarget (via JavaScriptUtils.writeJavaScript), it is not evaluated on Chrome browser. While debugging through wicket-ajax.js, it turns out, that replaceOuterHtmlSafari function is not called for Chrome, but the Gecko version gets executed