|
Hi, - why is there a cache problem Browsers tend to cache static content and dependent on whether or not it checks for a newer version of a specific file, it will take the file from cache, in which case you see the old content - what does x5q mean ? Using the real skin names like af_panelBox_body is inperformant, which is why the skin selector is shortened. To see the long names, add <context-param> <param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name> <param-value>true</param-value> </context-param> to the web.xml file. In Firebug (or WebDeveloper, which also is a great too in FF) you can now play with the CSS .af_panelBox{background-color:red;} As a tip of trade, I usually use display:none for such testings because it shows the impact much better than a different color And now to your real problem try af|panelBox::content Frank rageice wrote: Thanks but I have already try ( and about this, I have another little question, why isn't there cache problems when we reload another skin dynamically? )Zigc Junk wrote:Try to clear your browser cache? Bill On Thu, Jul 31, 2008 at 10:45 AM, rageice <[EMAIL PROTECTED]> wrote:Hello, sorry for my bad english. I am trying to use skins with trinidad, and I can't understand the result. I have this in my page: ------------------------------------- <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <tr:document xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:tr="http://myfaces.apache.org/trinidad" xmlns:trh="http://myfaces.apache.org/trinidad/html" |
- Re: [trinidad] skinning rageice
- Re: [trinidad] skinning Matthias Wessendorf
- Re: [trinidad] skinning Frank Nimphius
- Re: [trinidad] skinning rageice

