Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Old Expression

New Expression

foo/blah

foo.blah

foo/someMethod()

foo.someMethod()

../bar/blah

[1].bar.blah

@baz

not directly supported, but #baz is similar

.

'top' or ' [0]'

Struts 2 Named Objects

Struts 2 places request parameters and request, session, and application attributes on the OGNL stack. They may be accessed as shown below.

...