• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Seam 2.3 and Richfaces : Sometimes CSS doesn't display correctly until h:commandButton is clicked

 
Ranch Hand
Posts: 608
Eclipse IDE Spring Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am using Seam 2.3 and Richfaces 4.3.5.. On certain pages CSS rules don't seem to be applied(although I can see a successful GET request for the CSS file). But if I do a JSF postback by click a commandButton to the same page the CSS rules get applied perfectly...

Has anyone experienced something similar? I'm at a loss...I mean the button I am clicking doesn't even change the markup much(aside from rendering a rich:panel) so I doubt that the rules are failing to apply because they no longer match the markup...
 
reply
    Bookmark Topic Watch Topic
  • New Topic