Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

showPage()

Status
Not open for further replies.

oostar

Programmer
Aug 6, 2001
9
0
0
HK
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 was working on a page at my company where they passed the parameter hashtable using a session variable when the parameters were huge. Maybe there are limitations as to the size of parameters that showpage can handle.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top