Tim Holloway wrote:
Pretty much. It helps to know what HTML tags the JSF renders as and where your styling information will end up, but that's about the extent of it.
I'm using Netbeans and the javadoc when you mouse over the components let you know what the JSF tags render in HTML, dead handy

I'm going to stick with using only JSF tags in my views instead of mixing HTML with them, like you suggested. I was just making sure that the majority of JSF tags render to straight up HTML tags so there would be no oddities when using CSS with them. I am well used to CSS so I would hate to have to learn a workaround if JSF was incompatible (which it isn't it seems). Another plus for JSF in my book
Thanks,
Alan