I'm having trouble getting a webapp to function correctly when using
Core & Sql JSTL tags.
 
It seems like this should be pretty simple.
 
I use maven (1.0.2) genapp struts to create the app.
 
Include a JSTL dependency to get the jar files
 
My jsp page has these definitions
 
        <%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql"
%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
I tried a dependency like
 
<groupId>JSTL
<artifactId>C
<type>tld
 
but get build errors that c-.tld could not be found?
 
And I couldn't find any other examples.  This has got to be a simple
problem; sorry I'm not getting it.
 
Any help would be greatly appreciated
 
Greg Akins
Software Engineer
Sony Electronics, STP Systems
724.696.7322 (Sony)
724.696.6147 (AV)
724.454.7790 (Cell)
412.590.3973 (Pager)
 

Reply via email to