in Seam/JSF application we always hope to invoke a method to initialize the stateful bean
before rendering a specify page. for example ,in page.xml there are <page
view-id="/service/aaaa.xhtml" action="#{Service.init}" />. after
user cache the /service/aaaa.seam, the terrible problem will cause. the browser only load
the out of update data, it will not request anything to server and seam fail to initialize
bean. when user fill in something in aaaa.seam and submit, then the business is
broken.anyone know how to resolve such a problem? any help is appreciate!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045624#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...