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.
It\'s a very simple question: can faces-config.xml file have multipletags (more like SHOULD they have)? I\'m working in a JSF project and the faces-config.xml file has something like this:
I am trying t开发者_开发知识库o validate a rich:calendar for not null input using <rich:beanValidator />, but i am not able to validate for null inputs.
I have next facelet composition: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
Maybe, some performance comparison or some noticeable specific difference开发者_如何学编程s is what I want to know.
I have a selectonemenu where a change in the selection should navigate the user to the related page. So, how do I simulate the action handling of a commandbutton using a selectonemenu control (or are
Ok, i wish to know the correct way to build forms in JSF. I have multidatabase app(user can switch databases during runtime, all databases are build on the same scheme) and now i want to build forms f
I edited my question to be more precise as I have more time to write it. I have a JSF form that should modify the value of the different properties of a dog :
I have a form bean defined in session scope and a controller bean defined in request scope. I am using JSF to inject the session scoped bean in to the request scoped bean.
While evaluating 开发者_JAVA百科ICEfaces I have used Eclipse and its Web Page Editor to visually create a webpage using ICEfaces components.I have heard that Netbeans 6.5 provided a similar capability