<html>
<head>
<title>Hello</title>
<meta name="layout" content="main" />
</head>
<body bgcolor="#FFFFFF">
<h1 align="center">First program</h1>
<hr width=80%>
<p align="center">
//Here I was trying to give link link this but its not working.
<g:link controller="generalinformation">New</g:link>
<g:link controller="GeneralInformation" action="list">New2</g:link>
[<a href="index3.gsp">User</a>]
</p>
<div id="pageBody">
<p align="justify">
Congratulations, you have successfully started your first Grails application! At the moment
this is the default page, feel free to modify it to either redirect to a controller or display whatever
content you may choose. Below is a list of controllers that are currently deployed in this application,
click on each to execute its default action:
</p>
</div>
<div id="footer">
</div>
</body>
</html>
//Here I was trying to give link link this but its not working.
<g:link controller="generalinformation">New</g:link>
<g:link controller="GeneralInformation" action="list">New2</g:link>
[<a href="index3.gsp">User</a>]
</p>
<div id="pageBody">
<p align="justify">
Congratulations, you have successfully started your first Grails application! At the moment
this is the default page, feel free to modify it to either redirect to a controller or display whatever
content you may choose. Below is a list of controllers that are currently deployed in this application,
click on each to execute its default action:
</p>
</div>
<div id="footer">
</div>
</body>
</html>
ThanksSonu
--