[jboss-user] [JBoss Seam] - need a solution, commandbutton triggers a session start
liudan2005
do-not-reply at jboss.com
Wed May 16 23:12:48 EDT 2007
I've been having this problem for a long time and hope I can find a good solution here.
I have a lot of pages that having a couple of inputTexts and a commandButton. When commandButton is clicked, it invokes a session scoped component. Everything works fine if user clicks the button before session times out. However, if session is timed out, user would have to refresh the page and re-enter the data before click the button.
I want the user being able to invoke our session scoped component and submit data no matter an active session exists or not. a typical scenario would be a search page(like google's homepage) or a login page, where user enters our website hours ago, but decide to do something hours later.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046357#4046357
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046357
More information about the jboss-user
mailing list