
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 05/May/07 10:03 AM
Updated: 05/May/07 10:16 AM
|
|
| Component/s: |
TagLib
|
| Affects Version/s: |
0.5
|
| Fix Version/s: |
0.5.5-RC1
|
|
|
<g:link controller="someController" action="someAction" id="${i}"> ignores 'id' parameter and renders '/someController/someAction' when 'i' is 0. Should be '/someController/someAction/0'
|
|
Description
|
<g:link controller="someController" action="someAction" id="${i}"> ignores 'id' parameter and renders '/someController/someAction' when 'i' is 0. Should be '/someController/someAction/0' |
Show » |
|