Bugs item #1466080, was opened at 2006-04-06 21:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1466080&group_id=119783
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Joseph Toth (weazelb0y)
Assigned to: Nobody/Anonymous (nobody)
Summary: IndexedParamUrlCodingStrategy decode method not being called
Initial Comment:
Easy fix...
Index:
/home/jtoth/workspace/wicket/src/java/wicket/request/target/coding/IndexedParamUrlCodingStrategy.java
===================================================================
---
/home/jtoth/workspace/wicket/src/java/wicket/request/target/coding/IndexedParamUrlCodingStrategy.java
(revision 5284)
+++
/home/jtoth/workspace/wicket/src/java/wicket/request/target/coding/IndexedParamUrlCodingStrategy.java
(working copy)
@@ -6,6 +6,7 @@
import wicket.PageParameters;
import wicket.WicketRuntimeException;
import wicket.util.string.AppendingStringBuffer;
+import wicket.util.value.ValueMap;
/**
* Url coding strategy for bookmarkable pages that
encodes index based
@@ -69,7 +70,7 @@
}
}
- protected PageParameters decodePageParameters(String
urlFragment)
+ protected ValueMap decodeParameters(String
urlFragment, Map urlParameters)
{
PageParameters params = new PageParameters();
if (urlFragment == null)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1466080&group_id=119783
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop