You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Guðmundur Bjarni Ólafsson (JIRA)" <ji...@apache.org> on 2007/06/30 20:35:04 UTC

[jira] Created: (WICKET-714) PagingNavigation examples in javadoc are out of date (patch enclosed)

PagingNavigation examples in javadoc are out of date (patch enclosed)
---------------------------------------------------------------------

                 Key: WICKET-714
                 URL: https://issues.apache.org/jira/browse/WICKET-714
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Guðmundur Bjarni Ólafsson
            Priority: Minor


When I was looking at the documentation for PagingNavigation to change the default appearance of paging, I noticed that the documentation was a bit out of date. The example showed populateItem having ListItem as a parameter instead of Loop.LoopItem. I worked up a little example that uses the LoopItem instead and embedded into the javadoc code.

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


[jira] Resolved: (WICKET-714) PagingNavigation examples in javadoc are out of date (patch enclosed)

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw resolved WICKET-714.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta3

Thanks!

> PagingNavigation examples in javadoc are out of date (patch enclosed)
> ---------------------------------------------------------------------
>
>                 Key: WICKET-714
>                 URL: https://issues.apache.org/jira/browse/WICKET-714
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Guðmundur Bjarni Ólafsson
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-beta3
>
>         Attachments: PagingNavigationJavadocFix.patch
>
>
> When I was looking at the documentation for PagingNavigation to change the default appearance of paging, I noticed that the documentation was a bit out of date. The example showed populateItem having ListItem as a parameter instead of Loop.LoopItem. I worked up a little example that uses the LoopItem instead and embedded into the javadoc code.

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


[jira] Assigned: (WICKET-714) PagingNavigation examples in javadoc are out of date (patch enclosed)

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw reassigned WICKET-714:
-----------------------------------

    Assignee: Alastair Maw

> PagingNavigation examples in javadoc are out of date (patch enclosed)
> ---------------------------------------------------------------------
>
>                 Key: WICKET-714
>                 URL: https://issues.apache.org/jira/browse/WICKET-714
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Guðmundur Bjarni Ólafsson
>            Assignee: Alastair Maw
>            Priority: Minor
>         Attachments: PagingNavigationJavadocFix.patch
>
>
> When I was looking at the documentation for PagingNavigation to change the default appearance of paging, I noticed that the documentation was a bit out of date. The example showed populateItem having ListItem as a parameter instead of Loop.LoopItem. I worked up a little example that uses the LoopItem instead and embedded into the javadoc code.

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


[jira] Updated: (WICKET-714) PagingNavigation examples in javadoc are out of date (patch enclosed)

Posted by "Guðmundur Bjarni Ólafsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guðmundur Bjarni Ólafsson updated WICKET-714:
---------------------------------------------

    Affects Version/s: 1.3.0-beta1

> PagingNavigation examples in javadoc are out of date (patch enclosed)
> ---------------------------------------------------------------------
>
>                 Key: WICKET-714
>                 URL: https://issues.apache.org/jira/browse/WICKET-714
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Guðmundur Bjarni Ólafsson
>            Priority: Minor
>         Attachments: PagingNavigationJavadocFix.patch
>
>
> When I was looking at the documentation for PagingNavigation to change the default appearance of paging, I noticed that the documentation was a bit out of date. The example showed populateItem having ListItem as a parameter instead of Loop.LoopItem. I worked up a little example that uses the LoopItem instead and embedded into the javadoc code.

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


[jira] Updated: (WICKET-714) PagingNavigation examples in javadoc are out of date (patch enclosed)

Posted by "Guðmundur Bjarni Ólafsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guðmundur Bjarni Ólafsson updated WICKET-714:
---------------------------------------------

    Attachment: PagingNavigationJavadocFix.patch

This patch fixes the javadoc as described above.

> PagingNavigation examples in javadoc are out of date (patch enclosed)
> ---------------------------------------------------------------------
>
>                 Key: WICKET-714
>                 URL: https://issues.apache.org/jira/browse/WICKET-714
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Guðmundur Bjarni Ólafsson
>            Priority: Minor
>         Attachments: PagingNavigationJavadocFix.patch
>
>
> When I was looking at the documentation for PagingNavigation to change the default appearance of paging, I noticed that the documentation was a bit out of date. The example showed populateItem having ListItem as a parameter instead of Loop.LoopItem. I worked up a little example that uses the LoopItem instead and embedded into the javadoc code.

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