Is it possible to use JSF to build clean CSS layouts without using tables?

后端 未结 2 583
星月不相逢
星月不相逢 2020-12-08 01:23

I want to look at using JSF but I\'m put off by what appears to be the liberal use of html tables for layout by many components.

How do you go about using JSF to dev

2条回答
  •  失恋的感觉
    2020-12-08 01:54

    It is definitely possible to produce a website built on JSF that does not use tables for layout. I'm not sure why you think JSF relies upon tables? JSF provides the framework for you to develop whatever type of page you want.

    Here is another link that may prove useful: http://www.ibm.com/developerworks/java/library/j-jsf1/index.html

提交回复
热议问题