Hi, Wanted to know if the limitation of a 64k JSP page is dependent on the container being used. If I upgrade to Tomcat 4.1 will this fix the problem?
My form uses several drop down (option tags) of 50 selections. Can I use an iterate tag to generate the options? Will my jsp file size decrease in size (checked the class file in the work directory)? How do I use an iterate tag with option. Thanks, Barry

