[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-13 Thread terryb
Thanks Lisa, yes my action was not returning empty string. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094855#4094855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094855 ___

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-12 Thread lisaanm
terryb wrote : | Anyone knows how to set response header in Seam/JSF to stop browser cache? | | I have a problem which is turing out to be a pain. Say I have a JSF page to view a record, then I delete it. But everytime I bring up view page, it still shows the record, even though its been

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-11 Thread [EMAIL PROTECTED]
Probably your best bet is to use a filter which adds a header to the response object. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094018#4094018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094018

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-11 Thread terryb
Thanks. I tried following? it executs but it gets invoked many time for each page. I think once or so for every included xhtml, since my page has template, headers, footer, menu bars in seperate files. I guess that is normal... public class NoCachePhaseListener implements PhaseListener {