[jboss-user] [JBoss Seam] - Re: How to getapplicationContext scoped variable in JSF?

wquraishi do-not-reply at jboss.com
Mon Sep 24 15:40:09 EDT 2007


this is the code setting the values in the filter:

  | 		if (APACHE_URL == null | APACHE_DIR == null) {
  | 			// set the values in the application context
  | 			org.jboss.seam.contexts.Contexts.getApplicationContext().set(
  | 					"APACHE_URL", APACHE_URL);
  | 			org.jboss.seam.contexts.Contexts.getApplicationContext().set(
  | 					"APACHE_DIR", APACHE_DIR);
  | 		}
  | 

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

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



More information about the jboss-user mailing list