I have a TLD file under WEB-INF folder
The content of tld is
And I have a
jsp pages with content
When I tried this code the first tag content with text works on the other hand the second tag gives exception like below... I would like to use any JSP in my tag body!!
org.apache.jasper.JasperException: /jsppages/tagsuse.jsp(27,1) The TLD for the class com.tt.taghandlers.SimpleExWithBody specifies an invalid body-content (JSP) for a SimpleTag.
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch
[ December 18, 2008: Message edited by: Anut Walidera ]
[ December 18, 2008: Message edited by: Anut Walidera ]