Re: [s2] using ognl for iterator value

2008-07-28 Thread Paweł Wielgus
Hi, have You tried ? Best gretings, Pawel Wielgus. On 28/07/2008, James Carr <[EMAIL PROTECTED]> wrote: > I have a method that takes a string arg and returns a list. the object > is accessible from the action. > > how can I pass a value accessible on my page to the method and use the > result in

[s2] using ognl for iterator value

2008-07-28 Thread James Carr
I have a method that takes a string arg and returns a list. the object is accessible from the action. how can I pass a value accessible on my page to the method and use the result in an iterator? thanks, james On 7/28/08, dynamicd <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to Struts2 and I