I'm having a problem wherein my redirects are resulting in URL query
strings with multiple "__fsk" parameters.

I've got a pretty simple form that POSTs from a page. The action
returns a redirect through which it adds itself to the flash scope
(via the ".flash()" API on RedirectResolution). On the target page is
another form that wants to redirect back to the first page (a "Go
Back" action in other words). After the first successful "ping pong",
I start getting more than one "__fsk" on the URL. Does anybody know
why that'd happen?

I can work around this for now by making the "Go Back" be a simple <a>
I think; that'd probably make more sense anyway now that I've thought
about it enough to type this in :-)  I'm just curious about why it'd
do what it's doing.

-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to