oops ... Sorry my typo. It should be
Integer.parseInt(request.getParameter("salesrep"));
What I am trying to do is to build a HTML front end with Aapche JServ for a
RDBMS. All my forms, working except that I got stuck on this select field.
Anil
Mohamed Riaz wrote:
> >This program compiles, but when I submit form it gives me a error. If I
> >comment ->Integer.getInt(bla bla)<- for select
> >fields, it goes fine.
>
> Hi anil,
> I suppose a number is a number and a string is a string in select ctrl of
> the html form.
> so when you try to parse a integer you possibly get an error. Correct me if
> i am wrong.
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]