Hi all,
I am trying to create a small JSPDyn applicatoin but after deploying in the portal, when i try to run it I get this error:
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
Error in parsing taglib 'htmlb' tag in web.xml or .tld file of the taglib library..
Exception id: 12:58_06/12/04_0033_9052650
See the details for the exception ID in the log file.
Anyone can give me an idea on what should I change and where to have my application working?
Thank you very much.
You can try to insert the following tags:
<application-config>
<property name="SharingReference" value="htmlb"/>
</application-config>
.....
<component-profile>
<property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
<property name="inheritance" value="final"/>
</property>
</component-profile>
Walter
Hi Sanda,
for general reasons: If such an error occurs and you ask for help, please follow the instructions: "See the details for the exception ID in the log file." and post them in here.
Without this, in this case I assume that you just forgot to set the "SharingReference" property of the application-config within portalapp.xml to "htmlb"!?
Hope it helps
Detlev
Add a comment