Originally posted by Bear Bibeault:
[QB]You didn't show how you are accessing the Card1 property from the JSP. From the error message, I'm assuming you are trying to set it from an int.
Bear,
my JSp page takes parameters from checkboxes in a form from a previous html page as follows:
here is the line where I get the totalCard value back to the JSP page:
and here is more of the "bean" I'm using:
[b]I never really use the getCard1() method, but if you look at my getCard1() method, you can see that I have changed it from the original.
This works now every time I reboot the computer.
The odd thing to me was that I could get it to work if I changed the case of the getCard1() to getcard1() and recompiled without rebooting BUT if I rebooted, then it would give me the error msg.
NOTED: Your criticism of my setTotalCard() method is noted and I will change those methods !!!
[ April 02, 2003: Message edited by: david eberhardt ]