Oro smith wrote:
Im getting
"Unhandled exception type ParameterException"
for the statement:
lang=parameters.getParameter("ups");

try

        lang=parameters.getParameter("ups", "default value");

if you can specify a default value. Otherwise, use try-catch

try { }catch block gives error.
is there any other way to handle exceptions?

A try-catch block *must* work if done right. Please show us your code.

        Ugo

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



Reply via email to