How can i make sure at conversion and validation phase during the JSF lifecycle that entered value in <h:input开发者_开发知识库Text> contains alphabets only?
<h:commandButton action> is not working in following code snippest. bean(Employee.java):- public String deleteEmployee(){
I recently tried to test my JSF application on IE9 and discovered all Ajax requests to fail with a MalformedXML exception complaining about an undefined object when trying to access the removeChild at
I have an JSF 2.0 web application which requests external Jax-WS and re开发者_如何转开发ders result applying business logic on it.
I\'m having the same issue on a few places and I\'m getting fairly frustrated. Whenever I try to trigger an ajax event it always requires two clicks, the first one simply does nothing.
In my project, I am using SSL but it works for all pages.I want to use it for only a login page, after that page it should revert to HTTP protocol. How can i do that? I found a way below, but it does
I\'m working with Richfaces 4 and want to use the rich:collapsiblePanel to display a table (tab2) inside anothers table (tab1) row.
I would like to achieve this : Inside my datatable, in one of the cell, i can trigger an action that can refresh the datatable itself by clicking on the commandLink.
I\'m having a bean class employee having attributes id,name along with public getters and setters. I\'m using following bean for db connection and getting values from database table.
I\'m using JSF 2.0. Is there a way to make this code work? <ui:repeat value=\"#{theBean.tabList}\" var=\"tab\">