OAF: Event not triggerred when a link is clicked.
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.