[web] Grails g:link failing?

Started by
-1 comments, last by Fuji 13 years, 9 months ago
The simple task I'm trying to do is to create a basic panel with registration, home, game rules, and other such things.

<g:link controller:"login" action:"index">Home</g:link> <g:link controller:"player" action:"register">Register</g:link> <g:link controller:"login" action:"rules">Game Rules</g:link>


However, it is rendered as

<a href="/GrailStorm/">Home</a> <a href="/GrailStorm/">Register</a> <a href="/GrailStorm/">Game Rules</a>


It is not linking to the proper controller or action. I'm looking for any explanation as to why this is happening.
C++: Where your friends have access to your private members

This topic is closed to new replies.

Advertisement