Bugs item #1459110, was opened at 2006-03-27 09:23
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=1459110&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matej Knopp (knopp)
Assigned to: Nobody/Anonymous (nobody)
Summary: WebRequestCodingStrategy duplicates wicket:* parameters
Initial Comment:
There's a bug in WebRequestCodingStrategy.
Say I have page like this
class MyPage extends WebPage {
MyPage(PageParameters params) {
add(new BookmarkablePageLine("link",
AnotherPage.class, params);
}
}
The generated bookmarkable page link (with id "link")
will contain wicket:bookmarkablePage=?? twice.
Why? First came to MyPage constructor in page
parameters, second was appended by
WebRequestCodingStrategy. The solution is either to
remove (Web)RequestCodingStrategy parameters from
PageParameters or make (Web)RequestCodingStrategy be
able to replace them (not just append)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1459110&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