Kiva
Kiva

Reputation: 9353

Problem with css richfaces (on seam)

I have a problem with the css generated by richfaces. When I deploy my application with eclipse, sometimes I have css, sometimes not.

I have found that richfaces generate this file:

http://localhost:7001/myproject/a4j/s/3_3_3.Final/stylesheet/theme.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__

And when this file is empty, I have none css on my page.

Why this file is empty sometimes ?

Thanks for your help.

Upvotes: 1

Views: 744

Answers (1)

Kiva
Kiva

Reputation: 9353

I have found a problem:

With firebug, if I change this url:

http://localhost:7001/myproject/a4j/s/3_3_3.Final/stylesheet/theme.xcss/DATB/eAF7sqpgb-jyGdIAFrMEaw__

By this:

http://localhost:7001/myproject/a4j/s/3_3_3.Final/stylesheet/theme.xcss

The css is ok, why richfaces add /DATB/eAF7sqpgb-jyGdIAFrMEaw__ in the url ?

Upvotes: 1

Related Questions