Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3801666
By: devsteff

when using the requestURI param at tabletag like the following:
requestURI="?myParam=1&myParam2=2" the resulting page navigation links at the
first usage is ok and looks for example like

http://localhost/displaytag-examples-1.1/example-paging.jsp?d-49653-p=2&myParam=
1&myParam2=2

but after the first interaction (for example click the obve link to navigate
to page 2) the url looks like

http://localhost/displaytag-examples-1.1/example-paging.jsp?d-49653-p=2&myParam=
1&myParam2=2&myParam=1&myParam2=2

the requestURI params are added twice and so on... 
i'm sure, this is not the desired behavior - right?
is there a workaround available? or did i misuse the requestURI param?

thanks in advance, 

steff



______________________________________________________________________
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=249318

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to