tags:

views:

39

answers:

1

I am using Struts application while running welcome page is run successfully after that the following error is appear

description :The server encountered an internal error () that prevented it from fulfilling this request. eception

org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

any idea whats the problem.

+2  A: 

Do two things:

1)check classpath

2)check that standard.jar is added in WEB-INF/lib.

MAS1
thanks its working now
Sanjeev