cancel
Showing results for 
Search instead for 
Did you mean: 

using library com.sapportals.htmlb.*;

Former Member
0 Kudos

Hi,

i had created a portal aplication in the wizard. And i had joined this library (com.sapportals.htmlb.*;) to my program, meanwhile i had initialized my new form and other components of my form...such as textviews,labels, buttons and so on..

The question is, when i make the deploy in a file '.par' to the portal i can´t see the changes i had made in the components of my form...can anybody tel me why? can you give references to study implementations of this library?

Regards,

Hugo

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_davinci
Active Contributor
0 Kudos

Hi Hugo,

Assuming that you have installed the PDK for Java,

have you tried cleaning the par file and re-deploying?

This is done via: Java Development>Development>Component Manager>Archive Remover> From here select your particular project and hit clean. This removes the old code entirely from the system and you can redeploy with satisfaction that the old code will not be referenced.

Regards

Daniel

Former Member
0 Kudos

Hi Daniel,

thank you for your help, but it didn't solve my problem. I had the pdk installed , i cleaned the old project and i had redeploy a new one...but steel not apearing nothing from my new form... could you give me references of documentation about implementation of this libraries in a portal application project?

former_member394902
Contributor
0 Kudos

Hi Hugo,

Did you give a reference to "htmlb" in your application's portalapp.xml file ?

Akhilesh

Former Member
0 Kudos

Hi,

Delete jars from libraries folder of your project and create par again and deploy.It will reolve ur problem.

rgds,

Abdul

Former Member
0 Kudos

hi,Akhilesh

yep...you were talking about this right?

<property name="SharingReference" value="com.sapportals.pct.srv.portaldataviewer, htmlb, jco, usermanagement, jcoclient, landscape, com.sap.portal.ivs.connectorservice"/>

former_member394902
Contributor
0 Kudos

Hi Hugo,

Yes, i was talking about this reference...

Does your problem still exist??

Akhilesh

Former Member
0 Kudos

Hi Hugo,

I helped resolve the same problem in following forum question. thank you.