This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes How to remove session attributes using struts-tags in Struts2? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to remove session attributes using struts-tags in Struts2?" Watch "How to remove session attributes using struts-tags in Struts2?" New topic
Author

How to remove session attributes using struts-tags in Struts2?

Ramesh kangamuthu
Ranch Hand

Joined: Mar 13, 2007
Posts: 79
Hi,

I work in a Struts 2 application in which I need to remove certain session attributes when changing the display of one page to another inside the parent jsp page. In Struts 2 which tag performs this.Please any one guide me?


Regards,

Ramesh K
Richard Xing
Greenhorn

Joined: Jun 11, 2009
Posts: 1
Use <s:set ../> tag. The following is a sample.

<s:set name="variableName" value="" scope="session"/>
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to remove session attributes using struts-tags in Struts2?
 
Similar Threads
difference between the JSP scope attributes
Display:table tag in Struts Application
Access DAO Attributes?
reset button and clearing sessions
Go back to previous page