[
http://jira.codehaus.org/browse/DISPL-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201495#action_201495
]
Ealden EscaƱan commented on DISPL-610:
--------------------------------------
I also experienced this with Tomcat 6.0.20. I already patched this in my
project but will need a bit more time to learn how to create a DisplayTag test
case for the patch before I submit a patch here.
> External pagination not working with checkbox decorator
> -------------------------------------------------------
>
> Key: DISPL-610
> URL: http://jira.codehaus.org/browse/DISPL-610
> Project: DisplayTag
> Issue Type: Bug
> Components: Decorators
> Affects Versions: 1.2
> Reporter: Stuart Williamson
>
> When using external pagination in combination with the checkbox decorator
> there appears to be an issue when trying to change pages. This appears to be
> related to the fact that external pagination utilises the "page" request
> parameter to determine the page to display and internal pagination utilises a
> request parameter something like "d-148916-p". Upon page load the following
> hidden form elements are created automatically:
> <input type="hidden" value="" name="d-148916-p"/>
> <input type="hidden" value="" name="d-148916-s"/>
> <input type="hidden" value="" name="d-148916-o"/>
> But there is nothing for the "page" parameter.
> However, if the initial page is loaded using a URL with the page parameter
> present (e.g.
> http://localhost/GUIFramework/PaginatedCheckboxesListAction.action?page=1)
> the following hidden form elements are created:
> <input type="hidden" value="" name="d-148916-p"/>
> <input type="hidden" value="" name="d-148916-s"/>
> <input type="hidden" value="" name="d-148916-o"/>
> <input type="hidden" value="1" name="page"/>
> Everything then seems to work as expected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
displaytag-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel