Sorry, what I wanted to say is that I am using NetBeans IDE. Tomcat loads app just fine( after removing some of the jars from Tap5.4. jar package ), however when I go to address in a browser, it says it The requested resource is not available. I have removed some of the jars from my project that were in Tomcat 5.4. jars folder in order to avoid some message I have no idea why was it there:
Oct 24, 2014 9:45:48 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter app java.lang.IllegalStateException: You must correct these validation issues to proceed. Any help is appreciated. > To: users@tapestry.apache.org > Subject: Re: Putting property values in Validate > Date: Fri, 24 Oct 2014 17:13:39 -0200 > From: thiag...@gmail.com > > On Fri, 24 Oct 2014 16:42:14 -0200, Name Surname > <wintertime0...@outlook.com> wrote: > > > Hey George. Thank you on your answer. I am using Tomcat and I can't get > > Tap5.4 from Apache site, 'cause I don't get any dependency from it? Is > > there a POM file with all jars included to build it from Tomcat already > > or do I have to go a long walk with that? > > Just change the version from 5.3.7 to 5.4-beta-22 in your project's > pom.xml and Maven will download the dependencies for you. Same for other > build tools. > > For Maven, all you need to do is to add this dependency: > > <dependency> > <groupId>org.apache.tapestry</groupId> > <artifactId>tapestry-core</artifactId> > <version>5.4-beta-22</version> > </dependency> > > Or change the version if you already had it. > > I don't know why Tomcat was mentioned. Tapestry is built on the Servlet > API and works in anything that implements it. > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org >