Hi all,
i have a view with some inputfields. for each field there is an eventhandler (<b><i>onActionSearchPressed</i></b>) for the event <i><b>onEnter</b></i>. the action calls some rfc and then fire the outboundplug of the view. now i want to call the action if the http request has some parameters, parsed with <b><i>WDWebContextAdapter.getWebContextAdapter().getRequestParameter("partner")</i></b>.
here the call: <i><b>wdThis.onActionDisplayPressed(null);</b></i>
in the application log there is an entry for the call, but the outboundplug will never be fired.
what's the solution ?
thx
snyder