On Nov 18, 2007 7:46 PM, Frank Lawlor <[EMAIL PROTECTED]> wrote: > > I followed the directions in the quick start > (http://appfuse.org/display/APF/AppFuse+QuickStart) to install the Spring > MVC Basic Archtype and then set up my MyEclipse development environment. > > The environment shows a bunch of errors on the taglibs.jsp file, e.g: > > <code> > <%@ taglib uri="http://acegisecurity.org/authz" prefix="authz" %> > <%@ taglib uri="http://www.springmodules.org/tags/commons-validator" > prefix="v" %> > <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %> > </code>
Eclipse tends to show a number of errors that are not in fact errors - the application works fine. Details are here http://issues.appfuse.org/browse/APF-649 > > The only taglib definition not having an error was the one for > http://www.appfuse.org/tags/spring. > > In the appfuse.tld file the only definition is for > http://www.appfuse.org/tags/spring. > > Shouldn't the setup script have generated all the necessary appfuse.tld > definitions? > All .tld definitions are included via the jar file dependencies and are all present. I think you will find that if you build and deploy the project it all works as expected? Mike > > -- > View this message in context: > http://www.nabble.com/Quick-Start-TagLib-probem-tf4831528s2369.html#a13822873 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
