| Author |
Want to Acess Forward's attributes in custom tag class
|
uttama ojha
Greenhorn
Joined: Feb 16, 2009
Posts: 1
|
|
Hi
I want to acess this page name attribute in custom tag class Is it possiable
<action path="/addFolder" type="Action12" name="smartFolderForm" scope="request" >
<forward name="success" path="folder_popup.jsp" pageName="FOLDER_POPUP"/>
</action>
my custom tag gets called from folder_popup.jsp in my tag class i want to acess pageName attribute is it possiable if yes then how , my custom tag class extending struts tag only.
Please help
|
 |
 |
|
|
subject: Want to Acess Forward's attributes in custom tag class
|
|
|