I have a JSP file which i am including in my GSP
<div class="dialog">
<g:include view="WEB-INF/-----/merchantCompany.jsp"/>
</div>
and in my merchantcompany.jsp i need to include timezone as drop down. Since grails has g:timezone i want to use that tag. How can I include grails tag-lib in my jsp??