Re: [Stripes-users] Unable to read TLD META-INF/stripes.tld from JAR file

2010-07-12 Thread Lev
hi nikolaos, i was able to solve this issue by removing jsp-api-2.1.jar from my library path. i am now able to run the email_36 project from stripes... and java web development... using maven and netbeans. (i have only tested the registration/login facilities). thank you for your help, lev On

[Stripes-users] Unable to read TLD META-INF/stripes.tld from JAR file

2010-07-11 Thread Lev
hi, when attempting to run a web application, i am getting the stack trace below. it complains: Unable to read TLD META-INF/stripes.tld from the stripes jar. i have the stripes-1.5.2.jar in my target/webapp/WEB-INF/lib/ and META-INF/stripes.tld does exist within this jar file. any ideas?

Re: [Stripes-users] Unable to read TLD META-INF/stripes.tld from JAR file

2010-07-11 Thread Nikolaos Giannopoulos
Lev, It appears with this issue and even your previous one w/ Stripersist that something isn't set up right w.r.t. your class path / project. Did you get the Stripersist stuff to work previously? Do you have all of the other related jars included as well for your project e.g. cos.jar? You