Questions tagged [openfaces]

OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework.

Online references

Related tag info pages

64 questions
0
votes
1 answer

Change selected row's background color in JSF using jQuery/JavaScript

I have a datatable which has a column with a value of commandlink. I want to change the background color of that row, when the user click the commandlink. Any idea?
0
votes
0 answers

Openfaces validation scripts not getting included in page

Libraries used: javax.faces-2.2.9, richfaces-rich-4.5.4, openfaces 3.0 Server Environment: JBoss EAP 6.4.2 My xhtml page uses openfaces(xmlns:o="http://openfaces.org/") for validation only. See typical example below:
Nirmal581
  • 43
  • 1
  • 5
0
votes
1 answer

What is the specific validation error when validationError=true in an openFaces component

I'm using openFaces' dateChooser and I set a pattern. If I put in it a wrong value (like: 33/33/33) and try to submit the validationError is set to true because of the wrong format but I don't know how to get the specific error message or component…
0
votes
1 answer

Caused by: java.lang.IllegalStateException: TextSearchFilter should have exactly one child component - the search component

I work with openfaces 3.0 and wildfly 8.2.0 I have a problem with filter in datatable When I take the filter works correctly In wildfly 8.1.0 this problem does not occur
ramirescm
  • 1
  • 1
  • 3
0
votes
0 answers

Security issues after upgrading to Spring 3.2.8

I recently upgraded from spring 3.0 to spring 3.2.8 and after that a servlet creating a pdf (jasper) crash giving security error messages. My Spring config:
0
votes
1 answer

OpenFaces SuggestionField does not trigger server-side event

I have a problem with the OpenFaces SuggestionField. I have created a site with a SuggestionField in it and set the suggestionMode to "custom". Then I added a dropDownItems child-tag, which is supposed to get all items to show, right? Well, and that…
greenit
  • 23
  • 5
0
votes
0 answers

Openfaces pagination not working correctly

I am testing the Openfaces framework. and did a small example through the use of a datatable. The problem is that the pagination is not always working as it supposed to work i.e by clicking the next button, the page displayed is a blank page without…
Adrian De Barro
  • 495
  • 2
  • 6
  • 21
0
votes
1 answer

How to disable openfaces validation?

The application I'm working on uses an openfaces component to display a tree in our web app. So far, so good. Unfortunatly, it seems openfaces try to install itself everywhere in application. As a consequence, this leads to unwanted calls being done…
Riduidel
  • 22,052
  • 14
  • 85
  • 185
0
votes
1 answer

Openfaces Drop Down field - Block key in activity

Is there any way to block the key in activity in Openfaces Drop Down field. I want the Openfaces Drop Down Field to behave like a select one menu. Unfortunately i couldn't switch over to Select One Menu. I have checked the Openfaces documentation,…
R K
  • 1,283
  • 1
  • 14
  • 41
0
votes
2 answers

Combine Richfaces 4 with OpenFaces 3

OpenFaces FAQ page says: OpenFaces 3.0 is waiting for the readiness of JSF 2.0 enabled RichFaces 4, and doesn't have critical compatibility problems with the current RichFaces 4 Milestone 3. Does any proof of concept exist that this will work in a…
Thomas
  • 8,357
  • 15
  • 45
  • 81
0
votes
1 answer

How to get selected row of a datable in JSF 1.2 using OpenFaces?

I used data table (OpenFaces) for selecting a row in data table using the attribute o:checkboxColumn rowDatas this will filter the selected rows only.
Sankar
  • 131
  • 1
  • 2
  • 11
0
votes
0 answers

How to display the values in open faces datatable?

Actually i am using open faces data table for selecting rows using the attribute < o:checkboxColumn rowDatas will automatically filter the currently selected rows .I didn't do any filter in Bean file,the selected list values are stored in my…
Sankar
  • 131
  • 1
  • 2
  • 11
0
votes
1 answer

Regular expression to NFA [A-E]|[A-E] [A-E] [A-E]|[A-E][A-E][A-E] [A-E]

I have this regular expression [A-E]|[A-E]{3}|[A-E]{4} [A-E]|[A-E] [A-E] [A-E]|[A-E][A-E][A-E] [A-E] it recognizes strings of A,B, ABC, BCD, BCDE, etc. I want to construct the NFA but have no idea if i am correct I have done this or…
0
votes
0 answers

OpenFaces inputTextFilter does not work properly

Hi I have datatable created using OpenFaces 3.0 this library is great, but I have one problem with it. I have one column
insict
  • 861
  • 2
  • 11
  • 19
0
votes
1 answer

Use of a4j:jsFunction Within a Paginated OpenFaces 3 Datatable

I've a paginated OpenFaces 3 datatable (using o:dataTablePaginator within a facet below the table) that has a column which contains an a4j:jsFunction tag (using RichFaces 4.1) to create (a differently named) JavaScript function within each row of…
Martin
  • 41
  • 7