D]>
Sent: Monday, December 03, 2001 6:13 AM
Subject: [JSP-INTEREST] Help! Problem in logic to pass values between pages
and then sort.
> Greetings, (my code is below)
>
> I developed a very simple JSP site for my client so people may purchase
Beach Clothing over the Internet. I am re
Keep in mind that if a checkbox is not checked, then NO value at all will be
passed by that element. For example:
If the checkbox is checked, then request.getParameter("foo") will be "true".
However, if it is not checked then request.getParameter("foo") will be null.
You probably need to check
Greetings, (my code is below)
I developed a very simple JSP site for my client so people may purchase Beach Clothing
over the Internet. I am receiving an exception from this line: for (int x = 0; x <
chkValues.length; ++x) {
Here is the logic of the site
INDEX Page: (search on item color)-->