continues ....
so i can make it all work with vectors ... but not sets
so if my action class has:
private Vector<Person> asd;
then, via browser url ... i can set it like:
?asd.name=smth
but, if i'm using a Set instead the Vector
?asd.name=smth
i'm getting "ERRROR ... ParametersIterceptor ... [setParameters]:
Unexpected Exception catched: Error setting expression
if testing with Vector<String> and Set<String> ... everything works
am I in somekind of syntax trouble? ...
rgds
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]