Hi All,
My requirement is to create a jsp page which is going to display the fromDate and toDate
such as
<dmf:dateinput name='date1' id='date1' width='20' />
<
dmf:button name="Submit" label="Submit" width='100'
onclick="executeQuery" />
when i click on "Submit " button "executeQuery" method is calling and i am creating a datagrid & in back ground i am running query ,
and i am calling in the method '' "setComponentPage(
"next"); then it wiil goes to second jsp
but it not going to second page it's not displaying.
and gin=ving following error
16:48:35,860 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Defa
ult (self-tuning)'] com.documentum.web.common.Trace - wrong number of arguments
java.lang.IllegalArgumentException: wrong number of arguments
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java
:1562)
at com.documentum.web.form.FormProcessor.fireActionEvent(FormProcessor.j
ava:1271)
at com.documentum.web.form.RecallOperation.execute(RecallOperation.java:
101)
at com.documentum.web.form.FormProcessor.processAction(FormProcessor.jav
a:107)
at com.documentum.web.form.FormAction.processAction(FormAction.java:107)
at com.documentum.web.env.WDKController.doStartRequest(WDKController.jav
a:191)
any one have any idea.
help me