Hi,

i�ve got a sortable table with an actionbar generatet by decorator. The decorator returns dynamic links like this:

return "<a href=doSomething.do?id="+id+">doIt</a>". Though, an action in
http://{myContext}/doSomething.do?id=x is called.

This worked fine for me, until i tried to sort some colunms. Now, the jsp calls itself rekursiv and the context changes to:
http://{myContext}/pages/...


Unfortunately the link created by decorator is still the same, which causes in an 'action not found' error when clicking on 'doIt'.

Has anyone an idea how to solve this problem ?


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to