RE: My own default CSS.

2007-09-10 Thread sandeep gururaj
Hello Bandaru, If you are using Trinidad, you can do that by specifying your skin-family in your trinidad-config. ~Sandeep -Original Message- From: Bandaru [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 10:12 AM To: users@myfaces.apache.org Subject: My own default

RE: My own default CSS.

2007-09-10 Thread Bandaru
Hi, I am using the below given code, Here,on initial i am getting default CSS and on change of style from SelectOneChoice it getting fine. But i need the default CSS to be my 'Style1' initialy before selecting SelectOneChoice. How ca i achieve? IN JSPX: tr:selectOneChoice

Re: My own default CSS.

2007-09-10 Thread Simon Lessard
Hello Bandaru, The problem is that you're using a direct session parameter instead of a managed bean. I see two solutions: 1. Use a managed bean with a managed property to set the default skin family; 2. Use a HttpSessionListener to set the mydesk attribute in the session map upon session