[jboss-user] [JBoss Seam] - Re: Any way to access login-required flag from EL?

jamoreno do-not-reply at jboss.com
Tue Jun 19 05:37:18 EDT 2007


i have problems with cache.

My template.xhtml.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//ES" 
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:s="http://jboss.com/products/seam/taglib">
    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta content="no-cache" http-equiv="Pragma" />
	<meta content="no-cache" http-equiv="Cache-Control" />
	<meta content="no-store" http-equiv="Cache-Control" />
	<meta content="max-age=0" http-equiv="Cache-Control" />
	<meta content="1" http-equiv="Expires" />
    Asterisk
    




    <ui:include src="menu.xhtml">
        <ui:param name="projectName" value="Asterisk"/>
    </ui:include>

	
		<ui:insert name="body"/>
	

	
		Powered by Seam.
		Generated by seam-gen.
	




But jboss is using cache. I don't want to use cache because i watch old values. Can somebody help me? 

Sorry for my bad English and thanks. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055517#4055517

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055517



More information about the jboss-user mailing list