Technology Stack - EBS (MOSC)

MOSC Banner

OAF: Event not triggerred when a link is clicked.

edited Aug 20, 2021 11:35AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

Hi,

I am trying to create an OAF page where I want to trap the click of a link. I have defined a field which is fetching value from a VO attribute. I have set this attribute as a messagestyledtext and I am providing the destination URL in its property. Inorder to capture the event of the link click I have defined action type as fireAction. In the controller I have written the below code in processFormRequest.

if ("prgclkevnt".equals(pageContext.getParameter(EVENT_PARAM)))

where prgclkevnt is the event name.

However the event is not getting triggerred. Instead it is directly going to the next page whose URL was specified in the destination URL.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center