Hi lunch716:

For more detail information about this issue,
you can read these documents:
  http://struts.apache.org/2.2.1/docs/ognl.html
  http://struts.apache.org/2.2.1/docs/ognl-basics.html

And in [ognl-basics.html], it says:
  "#request['foo'] or #request.foo"
means
  "request attribute ['foo'] (request.getAttribute())"

So i believe that "#request.key" and #request['key']
should work both.


2010/10/7 <lunch...@yahoo.co.jp>

> Hi,
>
> Thanks Li and Maurizio!
>
> Here is the solution.
>  <s:property value="#request['key']" />
>
> I really appreciate you guys because I spent a whole day for this problem.
>
> Thanks a lot!
>

Reply via email to