cancel
Showing results for 
Search instead for 
Did you mean: 

Using JSTL with Netweaver 7.0

Former Member
0 Kudos

I got following error message when I used JSTL in NWDS 7.0

com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Tag library descriptor cannot be found for uri:{1}].

I just imported JSTL core tag library into my JSP file and I have included jstl.jar and standard.jar(1.1.2 version) in external library.

Can anyone guide me on how to use JSTL with NWDS 7.0

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well, looks like your lib was not loaded or you can try to enter the URI in the web.xml to make sure, that the system knows the correct path to the taglib.

However, as of wiki, SAP NetWeaver is based on the J2EE 1.4 Standard. Beginning of SAP NetWeaver 7.1 the J2EE 1.5 Standard is supported.

JSTL requires J2EE 1.5 minimum, which might explain why it is not working for you.