> String[] par = (String[])parameters.get("par");
> System.out.println(par[0]);
>
> but it doesn't show the value.
> Can anyone assist ?

Try
System.out.println(par.length);


Regards
-- 
Lukasz
http://www.lenart.org.pl/

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

Reply via email to