
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 23/Apr/07 06:26 AM
Updated: 23/Apr/07 01:41 PM
|
|
| Component/s: |
TagLib
|
| Affects Version/s: |
0.5-RC1
|
| Fix Version/s: |
0.5-RC1
|
|
|
then I'm starting my app links created by <g:link> tag is wrong (they always are in 'controller/action/id' form). But if I'm changing ApplicationTagLib.groovy (simply touch) so it becomes reloaded by Grails - everything start to work fine. I've added logging to ApplicationTagLib and found that 'grailsUrlMappingsHolder' is null until this taglib becomes reloaded.
|
|
Description
|
then I'm starting my app links created by <g:link> tag is wrong (they always are in 'controller/action/id' form). But if I'm changing ApplicationTagLib.groovy (simply touch) so it becomes reloaded by Grails - everything start to work fine. I've added logging to ApplicationTagLib and found that 'grailsUrlMappingsHolder' is null until this taglib becomes reloaded. |
Show » |
|
GRAILS-1060. Please confirm