cancel
Showing results for 
Search instead for 
Did you mean: 

Can not find the tag library descriptor for "htmlb"

Former Member
0 Kudos

Hello,

I am new to converting packages from NWDS 7.0 to 7.3.  I have installed SAP NetWeaver 7.3 SP08.  When I validate my package, I receive an error in Eclipse "Can not find the tag library descriptor for "htmlb" in my JSP page."

My JSP page has the following line:

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

My portalapp.xml file has the following references:

<property name="SharingReference" value="com.sap.portal.htmlb"/>

.

.

<component-profile>

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

<component-profile>

I've read many posts on this site but have not found a clear solution.  This problem occurs even when I try the basic tutorials from http://help.sap.com/saphelp_nw73/helpdata/en/4a/42c3e52f871c46e10000000a42189c/content.htm.

Has anyone else resolved this issue?  Thanks for direction.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I encounter the same issue

Have you  the solution? Please help

Thanks,

former_member218672
Active Contributor
0 Kudos

Hi Jon,

Is your problem of including taglib in jsp solved ?

We are also facing exactly the same issue. Can you please update what you have done.

Regards,

Prodyut

former_member1003269
Participant
0 Kudos

Hi Jon,

Try to use SE80  instead you wouldnt face this issue. Are you modifying BSPs  ?

Thasnks

Denis

Former Member
0 Kudos

Hi Denis, in my case I'm not modifying BSPs.  I'm doing Java development, no ABAP.