Hi, I'm trying to quickly set up a JSP page to process a form with large amount of info, including checkboxes and text fields...how do I: 1) Pass variables (say, a String array) from one JSP page to another JSP page? 2) What does a checkbox data entity look like in a JavaBean (provided for a JSP...