Hi there! Is there a method that will return an integer from the request object? "request.getParameter" only seems to return a string.
int searchtype = (int)request.getParameter("searchtype"
Thanks in Advance,
CrystalVisualBOracle
int searchtype = (int)request.getParameter("searchtype"
Thanks in Advance,
CrystalVisualBOracle