Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.4.6
-
None
-
None
Description
Bug introduced by WICKET-2312, see also last comment in that bug for ways to reproduce.
The WebRequestCodingStrategy.encode function contains the following code:
if (url != null && !portletRequest)
Effect: when in an ajax request creating an url with component.urlFor(TargetPage.class, parameters) the generated url does not contain the relative path prefix, hence is incorrect.
Attachments
Issue Links
- duplicates
-
WICKET-2717 bookmarkablepagelink broken on ajaxupdate
- Resolved