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

OK, I've given up trying to change the %26 to & and change the %3D to a =.

Just in case anyone has similar problems, I'm no doing it this way:

<c:set var='count' scope='page' value='${0}'/>
<display:table class='list' requestURI='useSearch.do' requestURIcontext='false'
id='parent' name='usersSearchForm.usersList' export='true' sort='list'
pagesize='10'>
<display:column width='5' titleKey='entity.edit' href='useEdit.do'>
<a href='useEdit.do?stub=&useUsername=<c:out
value='${usersSearchForm.usersList[count].useUsername}'/>'><bean:message
key='entity.edit'/></a>
</display:column>
<c:set var='count' value='${count + 1}'/>       
</display:table>

I'm now having problems with exporting, but I'll put this into a separate
thread.

James.

______________________________________________________________________
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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to