my question, my answer :)
made a mistake by trying to escape ...
rgds
On 16.05.2007 12:52, Jaan Tark wrote:
hi
in a jsp file:
how can i inject the
index' value to 'myarray' index
rgds
-
To unsu
hi
in a jsp file:
how can i inject the
index' value to 'myarray' index
rgds
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
continues
so i can make it all work with vectors ... but not sets
so if my action class has:
private Vector 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 ... [setPara
problem solved, ignore
gonna write the problem description and solution as soon as i have some
extra time
rgds
On 15.05.2007 13:51, Jaan Tark wrote:
Hello,
i have a class
public class Person {
private String name;
// gettter, setter
}
contained in
public class Master extends
Hello,
i have a class
public class Person {
private String name;
// gettter, setter
}
contained in
public class Master extends ActionSupport {
private Vector persons;
//getters, setters
publis String execute() {
return SUCCESS;
}
}
i can retrieve persons in jsp
5 matches
Mail list logo