Search:

Type: Posts; User: tma0si3; Keyword(s):

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    2,255

    Hi , No I am not using any session variables once...

    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...
  2. Replies
    8
    Views
    2,255

    Logout problem

    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...
  3. hello , Thanks for the reference. My question...

    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...
  4. Load Data Web App Context @ App Start time

    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 :...
  5. Replies
    10
    Views
    14,534

    Got it , I moved the messageSoorce bean...

    Got it , I moved the messageSoorce bean definition to Application Context XML.

    <bean id="messageSource" class="org.springframework.context.support.Resourc eBundleMessageSource">
    <property...
  6. Replies
    10
    Views
    14,534

    Ok.I did as you suggested. Now I get some other...

    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
    ...
  7. Replies
    10
    Views
    14,534

    Thanks ... But I am a newbee to spring !!! Could...

    Thanks ... But I am a newbee to spring !!!
    Could you elobrate more on this Please

    Thanks ~san
  8. Replies
    10
    Views
    14,534

    access messages.properties

    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...
  9. Replies
    8
    Views
    2,255

    Thanks

    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....
  10. Replies
    8
    Views
    2,255

    SWF and Session Invalidate

    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...
Results 1 to 10 of 10