Re: Redirect back to wicket page problem

2012-06-07 Thread jam.ntk
Hi, I am also seeing a similar issue. Did you find a fix to this issue? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-back-to-wicket-page-problem-tp3433517p4649772.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Redirect back to wicket page problem

2012-06-07 Thread jam.ntk
Forgot to mention I am using wicket 1.4.17 and IE 8 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirect-back-to-wicket-page-problem-tp3433517p4649773.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Redirect back to wicket page problem

2011-04-08 Thread harrytalky
Thanx for reply but non of static resource markup has empty src. One thing i would like to mention here that It's generating different-2 src string for static resources. On first hit ../js/abc.js On second hit ../../js/abc.js This is happening in IE8 but IE7 and firefox, it works in the first

Re: Redirect back to wicket page problem

2011-04-08 Thread harrytalky
Using Tamper data plugin i found during first hit the page header contains the following script: if (window.name=='' || (window.name.indexOf('wicket') -1 window.name!='wicket-wicket:Default')) {

Re: Redirect back to wicket page problem

2011-04-07 Thread Martin Grigorov
check for img src=/ in your page markup. this would cause a second request to the page itself there is a IResponseFilter in Wicket for this problem: EmptySrcAttributeCheckFilter it is enabled only in DEV mode in newer versions On Thu, Apr 7, 2011 at 12:18 PM, harrytalky harryta...@gmail.com