--- Roland Weber <[EMAIL PROTECTED]> wrote:
> Hello Tatu, > ... > > type), or by user of the parameter specifying it > > with access (getIntParameter() etc). > > We don't have beans, we have a simple hash map. It > s supposed to be quick, so we don't to type > conversions > at runtime, except for Integer.intValue() and such. Ok. That pretty much answers my question then. > If you use getIntParameter(name) and the value is > not an Integer, there will be an exception. No lazy > parsing of String to int. Thanks, -+ Tatu +- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
