[ http://jira.codehaus.org/browse/DISPL-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148936#action_148936 ]
Phil commented on DISPL-427: ---------------------------- I also had the same issue. Here is the work around I used to fix this issue: requestURI="/foo/bar.do?${empty param['method']?'method=search':''}" > Parameters in requestURI are indefinitely concatenated > ------------------------------------------------------ > > Key: DISPL-427 > URL: http://jira.codehaus.org/browse/DISPL-427 > Project: DisplayTag > Issue Type: Bug > Affects Versions: 1.1 > Reporter: Eric Ballet Baz > Priority: Blocker > > When there are parameters in the requestURI property of <display:table>, > there are indefinitely concatenated at each sorting, paging ... > For example if my property is defined as : > requestURI="/foo/bar.do?method=search" > after three sorting my URL looks like > /foo/bar.do?d-49653-o=2&d-49653-p=1&d-49653-s=1&method=search&method=search&method=search&method=search > More serious, if my first URL is something like "/foo/bar.do?method=init", > the requestURI has no effect, since the URL looks like > /foo/bar.do?d-49653-o=2&d-49653-p=1&d-49653-s=1&method=init&method=search > and my parameter method=search is not taken ... -- 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel