Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
I had used it in the project, but since it was not working a colleague has changed it without my knowledge. Sorry to misguide as I thought it is working fine :( Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Be

Re: Adding dynamic parameters to

2009-06-02 Thread Dave Newton
Girish Naik wrote: May be, but i have successfully used 'status=' in my project. Anyways why not try both n use the one which works ;) "status" is only the iterator status (with count, index, first, last, etc.) If it worked for you as the current iteration object then that's a very, very stra

Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
May be, but i have successfully used 'status=' in my project. Anyways why not try both n use the one which works ;) Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com Mark Twain

Re: Adding dynamic parameters to

2009-06-02 Thread Wes Wannemacher
On Tue, Jun 2, 2009 at 9:59 AM, Girish Naik wrote: > try adding *status="webP" *in the s:iterator and use: > > I think it is 'var=' not 'status=' -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.

Re: Adding dynamic parameters to

2009-06-02 Thread Girish Naik
try adding *status="webP" *in the s:iterator and use: Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com George Bernard Shaw - "A government that robs

Adding dynamic parameters to

2009-06-02 Thread Felipe Fraga
Greetings to all. I am trying to store dynamic parameters through requests. So, I have a class like this: >>> public class WebParameter { >>> private String name; >>> private String value; >>> } and in my Action class I have: >>> private List webParameters; then I would like to do some