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


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