0 Replies Latest reply on Nov 20, 2007 10:06 AM by thiagu.m

    how can i logout without redirecting other page

      Hai every one

      i have the problem with Logout function .
      i am try for logout functionality without redirecting some other page .
      in my project i pass some argument through page to page by using f:param ,
      so it pass that argument by using http GET method like

      (http://localhost:7000/myseam/List.seam?cid=1&actionMethod=home.xhtml%3Asearch.selectFromRequest&id=1)

      if try to logout without redirecting some other page, it remove the remove that GET method argument from the URL and also it appends the last invoked method name to that URL like
      (http://localhost:7000/myseam/List.seam?cid=1&actionMethod=List.xhtml%3Aidentity.logout)
      

      after logout,when i try to reload that page it gives NullpointerExceptiopn because it miss the needed argument

      Please any one help me how to overcome this problem

      By
      Thiagu.m