Skip to Content
0
Former Member
Dec 05, 2006 at 10:46 AM

Calling a server side event handler from jsp

132 Views

jsp:

...

<hbj:button ..... onClick="click".... />

...

JSPDynpage

....

public void onClick(Event event) throws Exception

{

// do s/t reasonable here

}

....

works fine.

Now I want to call the Eventhandler directly via javascript, without any user interaction.. I'd found a solution that should work for bsp's.

The same functions (htmlbevent() and htmlbsubmit() ) are in the js sources, but no description how to use them.

SAP says there is a Javadoc for HTMLB (http://help.sap.com/saphelp_nw2004s/helpdata/de/d6/b00e41a346ef6fe10000000a1550b0/frameset.htm, "Refer to the HTMLB Javadoc description .... for more details"), but I haven't found it so far.

Can someone help me, please?

Regards

Th Paulsen