-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> When  I execute following jsp code:
> <%=request.getParameterValues("todo")[0]%>

I think when "todo" parameter is absent, getParameterValues returns
null. Indexing off a null will cause exception.

BB



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to