cancel
Showing results for 
Search instead for 
Did you mean: 

JSP HTMLB tags/Taglib

former_member1173626
Participant
0 Kudos

Hi all,

Are there any JSP HTMLB tags like there are in the portals environment? i.e., tableview, button, tray, etc.?

I know there's a mobilehtmlb.jar, but I couldn't find anything about htmlb tags for MI.

If you have any idea/info, please let me know.

Thx,

mike

View Entire Topic
Former Member
0 Kudos

Mike,

If you get a reply on that one; please let me know!

Somehow with the latest MI and Portal release the versioning and deploymentpackages have drasticly changed.

Regards,

Jelle

former_member1173626
Participant
0 Kudos

Jelle,

I found the jars, but I am awaiting a response from the product manager. Through a NoClassDefFound error, I found out I also had to add logging.jar.

Now this is what I'm getting:

java.lang.NullPointerException

at com.sapportals.htmlb.util.Log.getLoggingProperties(Log.java:22)

at com.sapportals.htmlb.util.Log.getLogLocation(Log.java:44)

at com.sapportals.htmlb.rendering.RendererManager.createUIBrowserRenderer(RendererManager.java:416)

at com.sapportals.htmlb.rendering.RendererManager.initialize(RendererManager.java:446)

at com.sapportals.htmlb.rendering.RendererManager.getJavascriptFileName(RendererManager.java:493)

at com.sapportals.htmlb.rendering.PageContext.getJavascriptUrl(PageContext.java:996)

at com.sapportals.htmlb.rendering.PageContext.createDocument(PageContext.java:1015)

at com.sapportals.htmlb.taglib.PageTag.doStartTag(PageTag.java:53)

at jsp._0002fjsp_0002fmenu_0002ejspmenu_jsp_30._jspService(_0002fjsp_0002fmenu_0002ejspmenu_jsp_30.java:107)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)

..etc., etc...

Let me know if you have any ideas.

Thanks,

mike

former_member1173626
Participant
0 Kudos

Jelle,

I've gotten no answer yet, but I'm now beginning to suspect the above logging error is due to the fact that I copied the htmlb.tld file from the portals environment.

My next assumption is that there must be an htmlb.tld file specifically for mobile?? That's what I'm now pursuing.

Regards,

mike

former_member1173626
Participant
0 Kudos

Hi Jelle,

Well, I finally got it going. I finally found a note from 2002 which contained some zip files and I found the appropriate TLD and jar files, etc.

But now the task is to find documentation on processing events. I'm accustomed to the Portals type of processing in the java code, but it seems to be different for MI.

rgds,

mike

former_member1173626
Participant
0 Kudos

Jelle,

I got the response from SAP and the answer is...

...HTMLB is not supported in MI 2.5 and there are no plans to. (Technically it could work, but there's no support.)

Oh well.

rgds,

mike