dndaughtery
Programmer
I have inherited a JSP application which needs a lot of cleaning up. Before I chuck the existing code and start from scratch I'd like to know if there is something special about passing integer form variables.
I have 2 html select drop boxes. One is populated in while loop with string value the other is populated in while loop with int value. My problem is that when I print the values on the other page (recieves the posted variables) I get the "value" for the string fine but the integer is always null.
Is there some special case with integer values being posted in a form or should I just chuck the code and start from scratch?
I have 2 html select drop boxes. One is populated in while loop with string value the other is populated in while loop with int value. My problem is that when I print the values on the other page (recieves the posted variables) I get the "value" for the string fine but the integer is always null.
Is there some special case with integer values being posted in a form or should I just chuck the code and start from scratch?