Hi Chris,

Le 7 janv. 2013 à 00:37, Chris Cheshire a écrit :

> 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.

Are you using DynamicMappingFilter ?

> 
> 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).

What's getLastUrl() ? Could you post a snippet maybe (don't have the Stripes 
Book under hand... boooo bad bad bad) ? 

> 
> 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?

Should not repeat your argument anyways if you're using some Stipes API 
(RediretcResolution.addParameter, s:link, etc.)

Cheers

Remi
------------------------------------------------------------------------------
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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to