See may page (this is part of my bog,big template):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"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";>
  | 
  | <body>
  | 
  | <div style="background-image: 
url(${facesContext.externalContext.requestContextPath}/images/#{env.skinPic}) 
!important;padding-left: 10px">
  |     
  | </div>
  |     <h:commandButton action="" value="Some button" />
  | </body>
  | </html>

result: http://screencast.com/t/lqnTWkDi

(nothing in error log)


Without "red" code:

result: http://screencast.com/t/yn9oQPsM2wo

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

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

Reply via email to