Re: bookmarkable page being processed twice, second time, extra parameters passed

2012-09-18 Thread Jeremy Thomerson
I've seen pages be re-requested because of blank image tags.  Look for
image or CSS tags, etc, that might have a href=?someExtraParams.



-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*


On Mon, Sep 17, 2012 at 11:46 AM, Fergal Keating 
fergal.keat...@directski.com wrote:

 The only similar issues i have come across are with plugins to my browser
 (firebug etc) causing second requests without any parameters. But this may
 be something similar.

 On 17 September 2012 11:18, lucast lucastol...@hotmail.com wrote:

  Dear Forum,
  I have a bookmarkable page which can take two parameters:
  uniqueName=[uniqueName] and unique_id_key=[]
 
  For some reason, the page is being instantiated twice.
  The first time, the right parameters are being passed.
 
  The second time, a lot of parameters are being passed and one of the
  parameters has the wrong value:
  0=[panel], 1=[style.css], uniqueName=[uniqueName], unique_id_key=[style]
 
  Has anyone experienced this before? how can one stop the second request
  coming through?
 
  Thanks in advance,
  Lucas
 
 
 
  --
  View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/bookmarkable-page-being-processed-twice-second-time-extra-parameters-passed-tp4652031.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
 
 


 --
 Fergal Keating
 IT Senior Engineer
 ---
 e. fergal.keat...@directski.com
 p. NA
 w. www.directski.com



Re: bookmarkable page being processed twice, second time, extra parameters passed

2012-09-18 Thread lucast
Thank you, Jeremy.

I did look at any references for images. I stripped the page of wicket
components and I started added them one by one to see which component was
that was causing this problem.

I am reusing a form and from within that form I was referencing a CSS file
which is not present in the current bookmarkable page but it is used in
another part of the system, which is non book markable.

I removed the reference to CSS file and that solved the problem.

Thanks, 
Lucas




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/bookmarkable-page-being-processed-twice-second-time-extra-parameters-passed-tp4652031p4652107.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



bookmarkable page being processed twice, second time, extra parameters passed

2012-09-17 Thread lucast
Dear Forum,
I have a bookmarkable page which can take two parameters:
uniqueName=[uniqueName] and unique_id_key=[]

For some reason, the page is being instantiated twice.
The first time, the right parameters are being passed.

The second time, a lot of parameters are being passed and one of the
parameters has the wrong value:
0=[panel], 1=[style.css], uniqueName=[uniqueName], unique_id_key=[style]

Has anyone experienced this before? how can one stop the second request
coming through?

Thanks in advance,
Lucas



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/bookmarkable-page-being-processed-twice-second-time-extra-parameters-passed-tp4652031.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



Re: bookmarkable page being processed twice, second time, extra parameters passed

2012-09-17 Thread Fergal Keating
The only similar issues i have come across are with plugins to my browser
(firebug etc) causing second requests without any parameters. But this may
be something similar.

On 17 September 2012 11:18, lucast lucastol...@hotmail.com wrote:

 Dear Forum,
 I have a bookmarkable page which can take two parameters:
 uniqueName=[uniqueName] and unique_id_key=[]

 For some reason, the page is being instantiated twice.
 The first time, the right parameters are being passed.

 The second time, a lot of parameters are being passed and one of the
 parameters has the wrong value:
 0=[panel], 1=[style.css], uniqueName=[uniqueName], unique_id_key=[style]

 Has anyone experienced this before? how can one stop the second request
 coming through?

 Thanks in advance,
 Lucas



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/bookmarkable-page-being-processed-twice-second-time-extra-parameters-passed-tp4652031.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




-- 
Fergal Keating
IT Senior Engineer
---
e. fergal.keat...@directski.com
p. NA
w. www.directski.com