cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi experts,

I'm no expert in this area and doing some quick code tweaks in a PAR file but have hit some error on com.sapportals.portal.prt.servlets_jsp.server.jsp.ParseException: java.lang.ClassNotFoundException for com.<abc>.pct.<def>.taglib.collection.IterateCollectionFiltered. This class was referenced in a tld file in the taglib folder as follows:

<tag>

<name>iterateCollectionFiltered</name>

<tagclass>com.<abc>.pct.<def>.taglib.collection.IterateCollectionFiltered</tagclass>

<body-content>JSP</body-content>

...

I presume from the error that tt's not able to find the class. Where is it trying to find the class? Within the PAR application? Or another application in the Portal?

Thanks,

ZM

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Prashant,

Added the jar files, and also added the location of the Jar files in the Java Build Path and deployed but unfortunately still hitting the same error.

Thanks,

ZM