You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Daniel Kaplan (JIRA)" <ji...@apache.org> on 2008/02/05 07:59:08 UTC

[jira] Updated: (WICKET-1321) Javadoc error in QueryStringUrlCodingStrategy

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