Dear friends
I am working on HTMLB, but my initial program itself failed.
I am try to display htmlb Button for testing, but no htmlb UI is able to display.
My program is
<%@ taglib uri="tagLib" prefix="hbj" %>
<jsp:useBean id="TableViewBean" scope="application" class="TVBean.TableViewBean" />
<hbj:content id="myContext" >
<hbj:page title="HTMLB Example Programs">
<hbj:form id="f1" name="f1" >
<hbj:button
text="hi button"
id="clickbtn"
design="STANDARD"
tooltip="hi click me"
width="100px">Button</hbj:button>
<hbj:label text="Zip code" design="LABEL" id="lbl" required="true"/>
</hbj:form>
</hbj:page>
</hbj:content>
Updated in portalapp.xml as
<property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
And when i do iView preview, getting following error.
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: 11:34_22/04/05_0039
See the details for the exception ID in the log file
can anybody tell me what would be the problem.
If in case about htmlb service, how can i test whether htmlb service is running without anyproblem on the given path.
Please reply me
thank in advance
kantha