Tagged Questions

RichFaces is a component library for JSF and an advanced framework for easily integrating AJAX capabilities into business applications.

learn more… | top users | synonyms

9
votes
10answers
14k views

RichFaces Vs PrimeFaces

I am using JSF 2.0 and I am looking for a copmponent library with minimal load in terms of performance. Which one is better to use if I have choice between RichFaces and PrimeFaces? What are the ...
7
votes
1answer
347 views

rich:effect usage problem

I would like to use a rich:effect with a JSF element in my app but am having a little trouble with the AJAX side of things. As per the below, I have an h:outputText element which has a JSF referenced ...
7
votes
3answers
2k views

Which RichFaces components use prototype, which use jquery?

I am trying to remove jquery and prototype and Scriptaculous from my RichFaces project. I dont want those libs in there because i want to use the latest version of jQuery in this project, and having 3 ...
7
votes
2answers
9k views

Concatenate strings in JSF/JSP EL and Javascript

I'm having troubles with EL and javascript functions (JSF 1.2, Facelets, Richfaces 3.3.0GA). I have a page that includes another composition: <ui:include ...
7
votes
3answers
8k views

How do I stop richfaces adding borders to panels and calendars?

I'm hoping to use a custom richfaces skin to handle the bulk of my presentation work. Unfortunately richfaces renders borders around every cell in a calendar component and around each panel. I would ...
6
votes
1answer
180 views

what is the difference between rich:column and rich:columns

Can anyone tell me the difference between rich:column and rich:columns?
6
votes
2answers
387 views

Aligning Menu Group to Menu Item

I'm using Seam and Richfaces to make a menu bar. The code is like this: <rich:dropDownMenu showDelay="250" hideDelay="0" submitMode="none"> <f:facet ...
6
votes
3answers
1k views

checks for constraint violation before persisting an entity

What is the best mechanism for preventing constraint violation checks before creation | modification of an entity? Suppose if the 'User' entity has 'loginid' as the unique constraint, would it be ...
6
votes
6answers
2k views

RichFaces and Facelets, a good combo?

I've been programming using RichFaces and JSF for quite some time now, and like the features that Facelets offer (especially as part of JSF 2), but haven't used it yet. Are there any gotchas to watch ...
5
votes
2answers
419 views

JSF view getting rebuild on each ajax request

I'm having a performance problem with my JSF/RichFaces/Facelets ajax requests and from what I can tell its because the entire component tree is being rebuild on each ajax request. This is happening ...
5
votes
1answer
463 views

Sending a callback to JSF a4j:jsFunction oncomplete event

I am trying to make call to JSF functions in my app more dynamic. Instead of static way of writing callback functions to oncomplete event by hand, I wish to send a callback function as a parameter and ...
5
votes
1answer
397 views

Richfaces: Link-like text with ContextMenu

I want to render using Richfaces a context menu on left click on a link-appearing text (blue text, and underline and cursor onmouseover). So, imagine a link which when clicked shows a context menu. ...
5
votes
3answers
424 views

JSF/Java Beans/Richfaces testing solution (JSFUnit, JUnit, etc)

I'm currently looking into approaches for creating automated unit tests for any new code created in our web based application. We are running JSF 2.0, Richfaces 3.3 and using JRE1.6. I'd be ...
5
votes
2answers
1k views

JSF — <ui:repeat /> over a java.util.Set?

Does the <ui:repeat /> tag support iterating over a java.util.Set? I've tried iterating over my JPA domain entity objects contained in a Set, but receive errors. Is there something I'm ...
5
votes
3answers
538 views

editor for creating mathml equations

I don't have much knowledge on mathml editors, we are already using rich:editor to edit html text. I would like to know the most commonly used mathematical equations editor which is browsed based and ...
5
votes
3answers
2k views

How to clear h:message or rich:message value in JSF?

I am developing a JSF application and I have many user forms where I use JSF validations. I have an issue which annoys me, it will be easier to tell it with an example. ...
5
votes
2answers
2k views

What is viewstate in JSF, and how is it used?

In JSF, there is a viewstate associated with each page, which is passed back and forth with submits etc. I know that viewstate is calculated using the states of the various controls on the page, and ...
5
votes
2answers
851 views

Are there “server-side comments” in JSF / Seam / RichFaces?

With the JSF/Seam/RichFaces stack, is there a way to mark up comments (on XHTML pages) so that they will not be included in the HTML output? I.e., something like JSP's <%-- comments --%>, as ...
5
votes
4answers
7k views

f:convertDateTime displays wrong Date

In my Web Application I retrieve data using Hibernate and display it in a RichFaces dataTable. In my MySQL-table there is a field of type "date". When I print this field to the log in my Bean, it ...
5
votes
4answers
4k views

JBoss RichFaces vs IceFaces vs Apache Trinidad - JSF component libraries comparison

What do you think/use for interface layer? The "backing" layer will be Spring 3. The criteria are : Your private opinion Components Documentation AJAX Integration Browser support Community Tool ...
5
votes
2answers
4k views

JSF: How to invalidate an user session when he logs twice with the same credentials

I'm using JSF 1.2 with Richfaces and Facelets. I have an application with many session-scoped beans and some application beans. The user logs in with, let's say, Firefox. A session is created with ...
5
votes
3answers
4k views

rich:datatable rowspan issue

I need to create a rich:dataTable (or even extended) with the following features: I have a class Company having a collection of Product objects. I want to show the following table: I still have ...
5
votes
1answer
4k views

Richfaces - Get Element By Id

We are using Richfaces in one of our projects. I need to focus the element dynamically on some user action. The issue here is I only have the id (JSF specific id that I give to element.) For ...
5
votes
2answers
8k views

File upload using RichFaces

I am currently looking in to some file uploading using Java Server Faces. I've found this great introduction to it using RichFaces. However, I have some troubles understanding the process here. First ...
5
votes
4answers
11k views

Redirecting on session timeout in JSF-Richfaces-facelet

I am using JSF with RichFacecs to create a web portal .I want to redirect the user to the login page on session time out. I was trying to throw a SecurityException in session expiry/logged out stage ...
4
votes
1answer
615 views

RichFaces: Release sort column(s) of a DataTable when multiple column sort mode is on

Currently I'm developing a project (JSF 2.0, RichFaces 3.3.3) in which I have to get a 2-columns DataTable with multiple column sorting enabled (I've done this already via sortMode="Multi" property) ...
4
votes
2answers
1k views

Using a4j:support to update the model and view, ready for the next button/submit action

The Problem We have a swing based front end for an enterprise application and now are implementing a (for now simpler) JSF/Seam/Richfaces front end for it. Some of the pages include fields that, ...
4
votes
5answers
247 views

Refactor a link and an image

I have to write an link with an image inside. Instead of explaining, here's the code I have now: <c:if test="${userSession.loggedUser eq null and company.image != null}"> <a ...
4
votes
1answer
352 views

Iteration-scoped variable in JSF / Richfaces iteration?

OK, this should be an interesting one I think. I want to minimize the number of invocations to my Seam component inside an iteration. I am using Seam 2.2.1.CR1, Richfaces 3.3.3.Final, JSF 1.2 and ...
4
votes
2answers
541 views

Use of a4j:commandbutton vs h:commandbutton to present-new-pages in richfaces

I have completely substituted the h:commandButton with a4j:commandLink in my application for reasons not relevant to this issue. Since then I am seeing flaky peculiar side-effects in IE8 such as ...
4
votes
1answer
473 views

city/address search autocomplete in javascript

I'm currently working on a web-project where we need to be able to get accurate addresses for activities that the users create. So my idea here was to implement a autocomplete city and address search ...
4
votes
3answers
1k views

No component found to process as 'ajaxSingle'

Found strange problem, possibly bug. I have 2 identical web-pages with Richfaces:suggestionbox. On the first one my suggestionBox is doing well, everything works fine, but on another one i have ...
4
votes
3answers
389 views

JSF — Alternative to “rendered=”?

We're developing a Java web app that utilizes JSF (Richfaces through Seam) for its UI. I've read several articles that indicate that using the "rendered=" attribute on UI components results in a ...
4
votes
1answer
593 views

How to rewrite the URL

I have a small application built using Seam 2.2, Richfaces 3.3, JBoss 5.1. Most of the page navigation adds the request parameters to the target URL. I would like to hide parameters to be hidden to ...
4
votes
2answers
4k views

JSF invoke backing bean method and reRender components on ENTER key

I have a datatable with as search fields. I want a method on the backing bean to be invoked when ENTER key is pressed, as well as the DataTable to be re-rendered. My approach so far only works in IE ...
4
votes
2answers
735 views

jQuery event binding

Environment: JSF 1.2 RI, RichFaces 3.3.2 We utilize jQuery for is to change CSS classes when items gain or lose focus. This is pretty straight forward, however when our partial renders are completed ...
4
votes
2answers
5k views

JSF A4j support

I'm having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Yet, when testing in any IE (ie6 / ie7 ...
4
votes
4answers
17k views

Rich Extended DataTable column widths

I have issue with RichFaces extended dataTable If the columns are more say 20, instead of giving a horizontal scroll bar, the columns are getting compressed. I tried giving column width in %, px ...
4
votes
3answers
9k views

Execute backing bean action on load?

I would like to build a results page for a report export page. This results page must display the status of the export and offer the download of this export. The export is done in an action method. I ...
4
votes
5answers
4k views

Handling an expired ViewState in JSF and Richfaces

I have a series signup pages that build on each other. When the users session expires I have a Listener that cleans everything up on the server and that works great. But, if the user attempts to do ...
4
votes
1answer
1k views

In a rich:tab component what is the difference between switchTypes? ajax, client, or server

I am trying to implement a search page with 2 tabs: Basic Search Options and Advanced Search Options. The Search button is outside the tab at the bottom of the page. I am trying to figure out which ...
4
votes
5answers
10k views

How do I add background images in a JSF application using richfaces and CSS?

I'm making a website Using JSF and richfaces, but I need to do some background images on the drop down menu labels. I saw you can use the style attribute by doing .rich-ddmenu-label { ...
4
votes
5answers
15k views

How to conditionally style a row in a rich:dataTable

How can I change the style of a particular row based on a condition? I can use JSF EL in rich:column style class attribute, but I have to write for each column. I want to change the entire row. ...
4
votes
8answers
14k views

Server-side DataTable Sorting in RichFaces

I have a data table with a variable number of columns and a data scroller. How can I enable server side sorting? I prefer that it be fired by the user clicking the column header. ...
4
votes
3answers
7k views

How can I improve the performance of the RichFaces ScrollableDataTable control?

First, a little background: I'm displaying a data set with 288 rows and 8 columns (2304 records) using a ScrollableDataTable and the performance leaves a lot to be desired. An AJAX request that ...
3
votes
1answer
102 views

How to mix annotations with faces-config.xml

Using JBoss 6.0.0.Final, Richfaces 3.3.3.Final, MyFaces 2.0.6, facelets 1.1.15.B1 (a limitation of RF 3). I'm on a legacy project which contains hundreds of beans defined in faces-config.xml. I'd ...
3
votes
1answer
217 views

RichFaces Page Theme — Include CSS file?

I'm toying with creating a custom RichFaces page theme per the instructions here. I've run the Maven commands and it creates my initial page template, along with a .xcss file where I'm supposed to ...
3
votes
2answers
311 views

JSF entity conversion error: rich suggestionbox Conversion Error setting value '*' for 'null Converter'

I am using rich:suggestionbox. Select a suggestion from the suggestion box Then save my form It raises the validation error saying rich suggestionbox Conversion Error setting value '568-UNIMED-2005' ...
3
votes
1answer
350 views

JSF 2.1 conditional field validation

I have the following JSF 2.1 page <h:selectOneRadio value="#{userBean.newUser}"> <f:selectItem itemValue="0" itemLabel="new User" /> <f:selectItem itemValue="1" ...
3
votes
2answers
271 views

For-each loop in rich:subTable

Is it possible to use a forEach loop in the subTable component or columns, in Richfaces 3.3? I need to render dynamic number of columns, but without success. Example: <rich:dataTable ...

1 2 3 4 5 31