Redirect back to wicket page problem

2011-04-08 Thread harrytalky
I am having a populate details link on my page which redirects to linkedin site to authorize user and fetch his information back to wicket page. What is happening right now is when user click continue on linkedin site to move back to the our site then a pin is sent to the page. Using this pin we fe

Re: Redirect back to wicket page problem

2011-04-08 Thread harrytalky
:) Martin Grigorov-4 wrote: > > check forin 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 > >

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

Redirect back to wicket page problem

2011-04-07 Thread harrytalky
I am having a populate details link on my page which redirects to linkedin site to authorize user and fetch his information back to wicket page. What is happening right now is when user click continue on linkedin site to move back to the our site then a pin is sent to the page. Using this pin we fe