Hi,

 This is regarding the forward declarations of the action mapping tags
in Struts-config xml, 
 For instance, in the below tag, a property is defined for "pagetitle". 

        <forward name="NameOfForward"
className="SubClassOfActionForward" path="TileEntry">
                <set-property property="pagetitle"
value="TitleForThePage"/>
        </forward>

 The question here is , 

  * In which object this "pageTitle" property will be available and how
this can be accessed. [ Its getting added neither to the Request nor the
ActionForward object.)
  * Is it possible to declare our own property entries using the
set-property tag,

 Can anyone pls help in this regard.

 Thanks and Regards
 Rajasekaran Iyanu


Reply via email to