Author Login
Post Reply
Hi,
I our project we need to put a dynamic log out link,which will come from a
properties file.
While logging out we want to invalidate the session also.
I have written a logout action class where i m invalidating and removing the
attribute from the session.
Then after success in struts-config.xml file I am redirecting to the log out
url,which is hard coded.
Does any one know how to access properties file constants into
struts-config.xml.
And should be the best way to do.
Thanks