On Tue, Oct 7, 2008 at 3:03 PM, John Hjelmstad <[EMAIL PROTECTED]> wrote:

> Hey Michael:
> It's safe to simply use getParameter(). Per JDK docs (
>
> http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getParameter(java.lang.String)<http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getParameter%28java.lang.String%29>
> )<
> http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getParameter(java.lang.String)<http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getParameter%28java.lang.String%29>
> >
>
> "If you use this method with a multivalued parameter, the value returned is
> equal to the first value in the array returned by getParameterValues."
>
> So I'd just go ahead with that simplification. Likewise with the callback
> param. Let me know when that's done and I'll do a final review.
>

Sure. Done. Thank you.

Reply via email to