"include" take into consideration GET params not working

Issue #1 new
Paul Dickerson created an issue
request.forwardURI == "/test/list?page=1"
<g:activeLink controller="test" action="list" params="[page: 2]" condition="include">Test</g:activeLink> == 
"<a href="/test/list?page=2">Test</a>"

Even in your example it doesn't add the 'active' class to the link... it appears that the above method doesn't work.

Comments (0)

  1. Log in to comment