Re: jstl x:parse outputs data

2007-04-20 Thread Bob Arnott
stall. Cheers, -- Bob Arnott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSTL startup question

2006-03-29 Thread Bob Arnott
Try a different IDE... Cheers, -- Bob Arnott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSTL startup question

2006-03-29 Thread Bob Arnott
j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> Also, don't put any tag library defines in the web.xml... Other than that, it's always worked for me... Cheers, -- Bob Arnott - To unsubscribe, e-mail: [

Re: JSTL startup question

2006-03-29 Thread Bob Arnott
JSP pages - <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> What Servlet spec are you working against...? 2.3 or 2.4...? Cheers, -- Bob Arnott - To unsubscribe, e-mail: [EMAIL PROTECTED] For