I'm working on a grails application and I've kept looking for some solution to my problem for the past 15minutes - I guess, there's an pretty simple solution to this...
The point is, I have a view where I have a g:link tag - it works fine, but the visuals are kind of ugly. Therefore I want to disguise that g:link thingy with a normal button....
Ive tried a span class and input type="button" but this did not do the trick. A g:form with some action and a action submit is not really what I'm looking for.
Any help is really appreciated!