cancel
Showing results for 
Search instead for 
Did you mean: 

There's always an error if i want to see an iview

Former Member
0 Kudos

hi all,

I have this error which when i created the portal application, i have this error that will appear when i click preview the iview.

''Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

Error in parsing taglib 'tagLib' tag in web.xml or .tld file of the taglib library..

Exception id: 09:00_24/04/07_0188_19610550

See the details for the exception ID in the log file??Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

Error in parsing taglib 'tagLib' tag in web.xml or .tld file of the taglib library..

Exception id: 09:00_24/04/07_0188_19610550

See the details for the exception ID in the log file""

I do not really know what is this error about, has anyone came accross this error b4 or know how to slove it ??

i am quite new to the EP so i do not realli know how to do it.

thanks..

Accepted Solutions (1)

Accepted Solutions (1)

former_member182416
Active Contributor
0 Kudos

Hi

You are getting this error because , tagLib cannot be resolved .

Make Sure that you have this entry in the portalapp.xml file.


   <property 
                    name="tagLib" 
                    value="/SERVICE/htmlb/taglib/htmlb.tld"   />

This entry should be between


<component-profile>
and 			 </component-profile>


This will solve your problem.

regards

Rajendra

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This error as suggested is because of taglib entry only.

Just to add, also make sure the case of <b>tagLib</b> is same in jsp and portalapp.xml file.

In portalapp.xml,

<component-profile>
   <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld" />
</component-profile>

In JSP,

 <%@taglib uri="tagLib" prefix="hbj"%>

Regards,

Harini S

Former Member
0 Kudos

Hi quatre,

have you checked the entry in portalapps.xml file does it have all the refrences made to taglib library.

(Reward points for helpful answer)

Gunjan Tyagi