This doc seems to  suggest that even request scoped data needs to explicitly 
set using 
  <s:set....> to be used by tag libraries like jsp taglib or displaytag
   
  
http://struts.apache.org/2.x/docs/exposing-framework-objects-to-jstl-with-a-jstl-and-displaytag-example.html
   
   
  But for request scoped data you do not need to explicitly set it as a request 
attribute,just getters on the action will do ,so a tag library like displaytag  
will work out of the box
   
    <display:table name="someName" ....>
  ...
  .. 

    </display:table>
   
  where there is a getSomeName( )  method in the Struts2 Action class 

   
  Am I missing something or does the doc need to be updated?
   
  --Raghu


A Goal .......... Is a Dream with a Deadline
       
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.

Reply via email to