tx for the reply
actually I just looked into the seam source how the seam.properties file is 
read and came up with this solution:

javax.faces.context.FacesContext facesContext = 
javax.faces.context.FacesContext.getCurrentInstance();
  | ServletContext servletContext = 
(ServletContext)facesContext.getExternalContext().getContext();
  |                     
  | InputStream is = Resources.getResourceAsStream("img\mypic.gif", 
servletContext);
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134497
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to