cancel
Showing results for 
Search instead for 
Did you mean: 

HTMLB Problem

Former Member
0 Kudos

Hi all,

I am new to HTMLB. I have created following jspdynpage

<i>

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

<hbj:form

id="myFormId"

method="post" target="_blank" encodingType="multipart/form-data" action="/htmlb/servlet/com.sap.htmlb.test.MyTestJsp1Test">

This form submits to a new web client window <br>

because of 'target=_blank'.<br><br>

<br><br>

</hbj:form></i>

I am getting Portal Runtime error. I made changes to component profile also

Thanks in Advance.

Regards

Vasu

Message was edited by: Vasudevan Gopalan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

HTMLB is a java taglib, and at the moment you are trying to call a specialized tag with the parameters from HTML(which the htmlb form tag do not accept).

Take a look at the htmlb documentation and examples from https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/sap htmlb guidelines

and you should get a better understanding on what htmlb is and how to use it