« Return to Thread: grails.tld can not be found in JSP

grails.tld can not be found in JSP

by Daniel Guryca-2 :: Rate this Message:

Reply to Author | View in Thread

Hi,

I'm trying to invoke grails tag from within my jsp page.

my jsp page:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="/web-app/WEB-INF/tld/grails.tld" prefix="g" %>

<g:invokeTag name="link" controller="person" action="perf"/>test</g:invokeTag>

${userFromController}


Jetty says:
org.apache.jasper.JasperException: File
"/web-app/WEB-INF/tld/grails.tld" not found

and nothing is rendered.

If I remove grails taglib + invokeTag it works.

Any idea how to invoke grails tags from jsp ?

Thank you
Dan

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: grails.tld can not be found in JSP