Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7113027
By: o_doil_rules
I started down the path in putting in a bug, but I though I would start here.
Server: Jboss 4.3.2GA
DisplayTag versions: 1.1.2 & 1.2
When paging between different pages I have found that the query string is
increasing
exponentially. I am using Struts 1.x framework with tiles and have setup my
display table something like this..
example page:
<html:form action="/actionhere">
<input type="hidden" name="actn" value="display"/>
<c:set var="uri"><html:rewrite action="/actionhere?actn=display"></c:set>
<display:table name="${resultSet}" uid="log" requestURI="${uri}"
pagesize="20"
sort="list">
....
</display:table>
</html:form>
prior to paging:
url = /context/displayData.do?actn=display&nameSearch=Smith&d-1345720-p=2
after paging:
url = /context/displayData.do?actn=display&actn=display&nameSearch=Smith&nameSea
rch=Smith&d-1345720-p=1
I have found that by surrounding the display tag with a form this is the case
in which it happens. I have not determined in the display tag code where the
query parameters are duplicated. However, it looks like it is either in the
DefaultHref or something that uses this class. I'm continuing to look into
this problem, but if anyone would have a suggestion I would appreciate it.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249317
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user