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

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

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

Igor Vaynberg reassigned WICKET-1321:
-------------------------------------

    Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.2
>
>         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.