Re: [appfuse-user] Help using third party tag library

2010-07-27 Thread Matt Raible
You shouldn't need to place the tld in your WEB-INF directory as long as the library has a URI defined in its TLD that's contained within the JAR. Reference that URI in your JSP and try that. Matt On Jul 24, 2010, at 6:58 AM, piannaf wrote: > > Hi, > > I'm using Appfuse 2.0.2 and trying to g

[appfuse-user] Help using third party tag library

2010-07-24 Thread piannaf
Hi, I'm using Appfuse 2.0.2 and trying to get the Lamatek Google Maps Tag Library to work (or a general answer about using third party tag libraries would be appreciated as well). I downloaded the jar and did a "mvn install ..." to put it in my local repository, then edited pom.xml accordingly a