[ 
https://issues.apache.org/jira/browse/WICKET-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kaplan updated WICKET-1321:
----------------------------------

    Attachment: patch.txt

this is the patch to fix the file


> Javadoc error in QueryStringUrlCodingStrategy
> ---------------------------------------------
>
>                 Key: WICKET-1321
>                 URL: https://issues.apache.org/jira/browse/WICKET-1321
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-final
>            Reporter: Daniel Kaplan
>            Priority: Minor
>         Attachments: patch.txt
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The javadoc uses this as an example:
> mount(new 
> QueryStringRequestTargetUrlCodingStrategy("/admin/productmanagement", 
> admin.ProductManagement.class));
> This does not work.  It should say this instead:
> mount(new QueryStringUrlCodingStrategy("/admin/productmanagement", 
> admin.ProductManagement.class));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to