In our app, we have modified some of our tag libraries to append a
special cryptographic token to various links in our app.  The output
of all our tags or forms will be something like:

<form action="someMethod.do">
<input type="hidden" name="ctoken" value="xxx">
...
</form>

<a href="http://host:port/app/someMethod.do?parameters..&ctoken=xxx";>

An issue arises using displaytag because we use the requestURI
attribute to call a custom method to refresh certain values across
paging/etc.  The issue is that we need to be able to append this
custom token to the links for paging/export etc.  Basically any link
that the requestURI attribute effects.

Any thoughts?

Thanks,

Kevin


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to