I have my web site configured to use the clean urls with no prefix (so
no *.action binding) and also working on implementing the login
interceptor from the Stripes book.

For the most part it is working, except for where I have urls in the
format /someUrl/{someParameter}. When the login interceptor traps a
call to one of these actions, eg. /edit/1234, getLastUrl() is building
a url that looks like /edit/1234?id=1234 (id is the parameter I have
bound in the URL).

Is this just an artifact of the clean urls and binding the fields into
the url like that, or is there something I can do so that the field
name and value isn't passed also as a discrete parameter in the
request parameter map?

Thanks

Chris

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to