on 6/29/01 7:32 AM, "Scott Eade" <[EMAIL PROTECTED]> wrote:

> In a push screen class I have the following code:
> 
>   ParameterParser pp = data.getParameters();
>   NumberKey topicid = pp.getNumberKey("topicid");
> 
> My problem is that when the topicid parameter
> is not present I get a NullPointerException on the
> second line of code above rather than topicid
> being set to null.

This seems to have been fixed already. You need to use a more recent version
of BaseValueParser.java.

I just also fixed the same bug in getStringKey().

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to