trouble with taglibs in xml syntax

2004-05-03 Thread Tomasz Dreßler
Hi! I have problems to use the struts taglibs in jsp with xml syntax. When I use %@ taglib uri=/WEB-INF/tags/struts-bean.tld prefix=bean % the generated servlet contains the line '_jspx_dependants.add(/WEB-INF/tags/struts-bean.tld)' and everything is ok. But with the following syntax the line

Re: trouble with taglibs in xml syntax

2004-05-03 Thread Tomasz Dreßler
Thank you for your answer. It works. Can you help me understand why :) Someone looks in all jar's for 'http://jakarta.apache.org/struts/tags-bean' namespace? When I am use JSP 2.0 what I sould take instead of jsp:root element? I use tiles so I can't take html as root element. Greetings Kris

Re: trouble with taglibs in xml syntax

2004-05-03 Thread Tomasz Dreßler
Thank you for your pations! Kris Schneider schrieb: As of JSP 1.2, the container makes packaged taglibs pretty easy to deal with. For details, you really should check out the JSP spec (or get a decent book). One of the things the container will do is inspect each JAR file in WEB-INF/lib and look