On Apr 8, 2005 8:58 AM, Pavel Jbanov <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I already wrote about it to users list, but I guess it belongs here.
No, actually it belongs on the user list.
> I use version 1.2.4
>
> Situation: I have a Form
> public class SomeForm extends ValidatorForm {
> pr
Hello,
I already wrote about it to users list, but I guess it belongs here.
I use version 1.2.4
Situation: I have a Form
public class SomeForm extends ValidatorForm {
private HashMap quantity = new HashMap();
public String getQuantity(String key) {
return (String) quantity.get(k