The [0].foo notation should allow direct access to the nth item on the stack.
I'm not aware of it intentionally going away, but I also don't use it regularly and would need to check. Dave On Mon, Feb 18, 2013 at 12:05 PM, Lukasz Lenart <[email protected]>wrote: > 2013/2/18 Chris Mawata <[email protected]>: > > Hi all, > > I am using Struts 2.3.4.1 and i noticed the notation > > [n].parameterName to get a parameter of a given name > > when the first ocurrance is not the one you want is > > not working. I can't find any documentation that it was > > removed. Can anyone point me to something? I might > > not be searching by the technically correct name. > > I cannot recall such a notation, you can use #attr.parameterName to > search throughout the ValueStack > > http://struts.apache.org/development/2.x/docs/ognl.html > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- e: [email protected] m: 908-380-8699 s: davelnewton_skype t: @dave_newton <https://twitter.com/dave_newton> b: Bucky Bits <http://buckybits.blogspot.com/> g: davelnewton <https://github.com/davelnewton> so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>

