Re: Struts 2 And OGNL

2008-09-25 Thread Dave Newton
--- On Thu, 9/25/08, sikandar sikandar wrote: > Here is good article on struts 2 and OGNL > > http://struts2-java.blogspot.com/2008/09/struts-2-and-ognl.html Hmm, whoever wrote that blog article must be one of the authors of Struts 2 in Action_, because at least one of the sentences w

Struts 2 And OGNL

2008-09-25 Thread sikandar sikandar
Here is good article on struts 2 and OGNL http://struts2-java.blogspot.com/2008/09/struts-2-and-ognl.html Regards _ Connect to the next generation of MSN Messenger  http://imagine-msn.com/messenger/launch80/default.aspx?locale=en

Re: AW: struts 2 and ognl

2008-01-15 Thread Laurie Harper
Otto, Frank wrote: hi, thanks for your answer. how can I build a ognl variable dynamic? Example: I have an iteration with different url-definitions, because I need always another parameter (index): ... action="test_myMethod.action"> href="%{myMethod

AW: struts 2 and ognl

2008-01-10 Thread Otto, Frank
hi, thanks for your answer. > > how can I build a ognl variable dynamic? Example: > > > > I have an iteration with different url-definitions, because > I need always another parameter (index): > > > > > > > > ... > > > > action="test_myMethod.action"> > > > > > > >

Re: struts 2 and ognl

2008-01-10 Thread Laurie Harper
Otto, Frank wrote: hi, how can I build a ognl variable dynamic? Example: I have an iteration with different url-definitions, because I need always another parameter (index): ... <--- I need here: %{myMethod0}, %{myMethod1}, ..., but it wasn't e

struts 2 and ognl

2008-01-10 Thread Otto, Frank
hi, how can I build a ognl variable dynamic? Example: I have an iteration with different url-definitions, because I need always another parameter (index): ... <--- I need here: %{myMethod0}, %{myMethod1}, ..., but it wasn't evaluated Ha