If you mean with the default jsp based renderer, short answer, no.

However,
if you want style class to change based on server status, use EL in the
styleClass attributes of your Component, they will be evaluated at
render time.
If you want your view to update when your jsp change (very usefull
during development), then you have to, client side, remove the user
session cookie, and by that mean you are removing any  jsf daa binded to
user session.

Toppac a écrit :
> Is it possible to force JSF to read the default style from the xhtml every
> time a view is rendered? I muck with the styles of the view root components
> on the server side but once I change them, anytime the view is rendered it
> keeps those style changes unless I change them on the server side again. I'd
> like it if I could reset the style everytime, so that it starts with a
> default and then I can modify it based on data on the server side.
>   

Reply via email to