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 ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]