Hi,
I am using
public boolean showPage(String pageSpec,
String query,
String orderby,
Hashtable params)
to open a new page when a button is clicked.
However, no request was sent when there are a lot of parameters passing to another page in the hashtable. Have anyone hit this problem before? I would like to know is there any limit when passing parameters using this method?
Thanks
I am using
public boolean showPage(String pageSpec,
String query,
String orderby,
Hashtable params)
to open a new page when a button is clicked.
However, no request was sent when there are a lot of parameters passing to another page in the hashtable. Have anyone hit this problem before? I would like to know is there any limit when passing parameters using this method?
Thanks