History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-1123
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Sergey Nebolsin
Reporter: Sergey Nebolsin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

<g:link> tag creates wrong link when 'id' parameter is 0

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

Time Tracking:
Not Specified


 Description  « Hide
<g:link controller="someController" action="someAction" id="${i}"> ignores 'id' parameter and renders '/someController/someAction' when 'i' is 0. Should be '/someController/someAction/0'

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Sergey Nebolsin - 05/May/07 10:16 AM
fixed now