Hi,
I would like to customize Webtop's Inbox to provide a search filter.
The idea is to provide a filter only by 'Subject Task', and this filter would be work as the same way of 'Starts with' search filter in the JobList .
I started to customize 'inboxclassic_component.xml', 'Inbox.jsp', 'inbox_list_body.jsp' and create a java class to extended 'InboxList.class'.
But I get the following error:
ERROR [http-8080-Processor19] com.documentum.web.common.Trace - invokeMethod() failed trying to call: onClickJumpTo( com.documentum.web.form.control.Button, com.documentum.web.common.ArgumentList ) : null
java.lang.NoSuchMethodException
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java:1394)
at com.documentum.web.form.FormProcessor.fireActionEvent(FormProcessor.java:1095)
at com.documentum.web.form.RecallOperation.execute(RecallOperation.java:101)
at com.documentum.web.form.FormProcessor.processAction(FormProcessor.java:109)
at com.documentum.web.form.FormAction.processAction(FormAction.java:86)
at com.documentum.web.env.WDKController.doStartRequest(WDKController.java:182)
at com.documentum.web.env.WDKController.processRequest(WDKController.java:88)
at com.documentum.web.env.WDKController.doFilter(WDKController.java:79)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
How can I customize Inbox with custom search filter?
Regards,
Glauco.