Re: Urgent: Need help in JSP precompilation

2006-06-20 Thread priyadarsh kankipati
Thanks Lintang for replying. but jstl.jar is already in the class path. Any other suggestion? regards priyadarsh Lintang JP <[EMAIL PROTECTED]> wrote: maybe you need to include jstl.jar to your classpath ? On 6/20/06, priyadarsh kankipati wrote: > > Hi, > I was facing problem while precompili

Re: Urgent: Need help in JSP precompilation

2006-06-19 Thread Lintang JP
maybe you need to include jstl.jar to your classpath ? On 6/20/06, priyadarsh kankipati <[EMAIL PROTECTED]> wrote: Hi, I was facing problem while precompiling the JSPs. I followed the approach given in the below link. http://tomcat.apache.org/tomcat-5.0-doc/jasper-howto.html using ant. The p

Urgent: Need help in JSP precompilation

2006-06-19 Thread priyadarsh kankipati
Hi, I was facing problem while precompiling the JSPs. I followed the approach given in the below link. http://tomcat.apache.org/tomcat-5.0-doc/jasper-howto.html using ant. The problem I was facing is with the custom tags. I could successfully precompile the struts tags but not the c