Re: expression evaluation, injection

2007-05-16 Thread Jaan Tark
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

expression evaluation, injection

2007-05-16 Thread Jaan Tark
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]

Re: url, fill collection

2007-05-15 Thread Jaan Tark
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

Re: url, fill collection

2007-05-15 Thread Jaan Tark
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

url, fill collection

2007-05-15 Thread Jaan Tark
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