cancel
Showing results for 
Search instead for 
Did you mean: 

How to use htmlb in custom webapp

Former Member
0 Kudos

Hi there,

we're developing a simple webapp for running on the J2EE-Engine. The application is alreaedy running, but now, we'd like to use HTMLB controls in order to get an WEB-AS like look&feel.

So I imported the htmlb.tld in my WEB-INF folder and added a reference to this library in my JSP.


<%@ taglib uri= "/WEB-INF/htmlb.tld" prefix="hbj" %>

...

<hbj:content id="myContent" >
	<hbj:page title="Webapp">
		<hbj:form id="myFormId">
        
		<hbj:button 
			id="Set_Path_Button"
			text="set Folder"
			tooltip="set Folder"
			onClick=""
			width="100"
			design="EMPHASIZED" >
		</hbj:button>
		</hbj:form>
...

Running the deployed webapp leads in to a java.lang.NoClassDefFoundError: com/sap/mobile/clientinfo/ClientInfoFactory

What am I doing wrong? Help is highly appreciated!

Kind regards,

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please check that you have corresponding tag Library or jar file asscociated with the taglin htmlb in web-inf/lib

if it sa jar file or its corresponding class files placed in web-inf/classes

Hope this helps , please mark points for helpful answers

regards

rajeshkr