Andreas,

Try doing a:

1) "Clean" on your project
2) "Build All" on your project
3) Make sure that "stripes.jar" ends up in your WEB-INF/lib folder of your project

What the error means is that for some reason NetBeans can not find the TLDs in any of the META-INF folder in stripes.jar OR that the stripes.jar can not be found.

Are you getting any other compiler errors?

4) Also try:
 a) removing the lines that reference the TLDs
 b) hit save
 c) add the lines back
 d) hit save

I have seen a similar issue resolved by 4) in Eclipse.

--Nikolaos



Andreas Mader wrote:
How did you refer Netbeans to 1.5.3 version?  Did you download it?
Yes, I downloaded it.
Either way if you unzip the 1.5.3 stripes.jar under the META-INF
sub-folder you should at least see:
- stripes.tld
- stripes-dynattr.tld
Yes, they are there, but the error is still there.
IF the above files are not there then you will get a missing TLD warning.
I get the same error as before:
org.apache.jasper.JasperException: The absolute uri:
http://stripes.sourceforge.net/stripes.tld cannot be resolved in either
web.xml or the jar files deployed with this application

What does that mean exactly? I don't know what to do next :-(

--Nikolaos
Regards, andi
------------------------------------------------------------------------------

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to