0 Replies Latest reply on Jun 21, 2011 12:05 PM by kwutzke

    XCSS files: bad strings?

    kwutzke

      Hello,

       

      is it just me or are almost all XCSS files inaccurately specifying the f:template namespaces and other tags?

       

      See http://livedemo.exadel.com/richfaces-demo/richfaces/plugnskin.jsf?c=plugnskin&tab=usage

       

      See http://code.google.com/p/seamexample/source/browse/trunk/mobileshop/WebContent/stylesheet/theme.xcss?r=5

       

      See http://integratingstuff.com/2010/09/17/creating-a-richfaces-skin/

       

      {code}<?xml version="1.0" encoding="UTF-8"?>

      <f:template xmlns:f='http:/jsf.exadel.com/template'

         xmlns:u='http:/jsf.exadel.com/template/util'

         xmlns="http://www.w3.org/1999/xhtml" >

         ...{code}

      In all of the above sources the xmlns:... are missing the double slash after http: and single quotes are used. I don't know if that has any consequences, but I doubt it was intended. Too bad everybody just seems to have copied the error around.

       

      Even the richfaces-ui.jar contains .xcss files with that error...

       

      Thoughts?

       

      Karsten