Hi , No I am not using any session variables once I invalidate session.
Here is how I end the web Flow to show logout jsp
<end-state id="goToLogout" view="logout" />
Following is the content...
Type: Posts; User: tma0si3; Keyword(s):
Hi , No I am not using any session variables once I invalidate session.
Here is how I end the web Flow to show logout jsp
<end-state id="goToLogout" view="logout" />
Following is the content...
When I try call session.invalidate from a view rendered by a flow end state , I get the following error . Please could you help ?
Exception initializing page context...
hello ,
Thanks for the reference. My question is same as this another thread http://forum.springframework.org/showthread.php?t=9948 ,which I found in the forum.
To be precise, I want some data...
Hi All,
I am a newbee to spring!!! Hence looking out for your guidance!!!
We have a situation where in , at the Web Application load/Start time , all the City Codes and City Descriptions (Eg :...
Got it , I moved the messageSoorce bean definition to Application Context XML.
<bean id="messageSource" class="org.springframework.context.support.Resourc eBundleMessageSource">
<property...
Ok.I did as you suggested. Now I get some other error.
Piece of code “messageSource.getMessage("header.searchHotels", null,
Locale.ENGLISH)” gives me this following error is
...
Thanks ... But I am a newbee to spring !!!
Could you elobrate more on this Please
Thanks ~san
Hello Friends,
For internationalization sake, I have defined messages in message.properties file. I have maintained different copies for different languages. It’s all fine now. Now, for generic...
Oh Right. I was just wondering how to invalidate the session while in flow and present a Logout Screen. As per you experts , it seems not that wise. I will now invalidate the Session when in a View....
Hello All,
I am a Newbee to SWF. Currently , building a Web App wherein memebers can login and do some transactions. When Logout is choosen then I want to
invalidate the session and display a...