I have JSP that works perfectly with Sun's JSP 1.0 reference server, but
that doesn't work under JRun. The HTML form controls that don't work both
take multiple values -- one is a set of checkboxes, the other is a
multi-select list. I modeled my code after Sun's examples, and as I said,
with the JSWDK engine, my pages work as expected.  I have debugging code in
my bean's setXXX methods, so I can see that they're being called under JRun,
but null values are being passed in. It appears that JRun isn't propagating
multiple values to the request object properly.
Does anyone know if this is, in fact, a JRun bug, and if so, if there is
some workaround?
Thanks,
Jill Scheppler
E.solutions
[EMAIL PROTECTED]
972-604-3341 (8-834)

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to