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

learn more… | top users | synonyms

0
votes
0answers
51 views

commandlink with target=“_blank” destroys the viewAccessscope in jsf (richfaces)

I added a help mechanismus with the following mechanismus. I open a help pdf, the view scope is destroyed. How can i prevent it? @ViewAccessScoped public class GemOrder <h:commandLink ...
0
votes
1answer
109 views

<a4j:commandLink> its not calling the action

i am trying to create a link to the newly created record, and the link i am including inside the success message panel after successful creation of the link, But i am unable to call the action using ...
1
vote
0answers
27 views

Integrate RF3.3 and Trinidad in JSF project

My web application is running JSF(2.0) without facelets and RF3.3. I need to integrate Trinidad into the existing web application project. I have downloaded the trinidad jars and have placed them ...
0
votes
1answer
47 views

valueChangeListner not firing for <rich:select> tag

using "value" attribute of rich:select tag value is not getting stored in the bean property,ie whenever I'm making a new selection from the list,the new value is not getting stored within the bean ...
0
votes
1answer
48 views

Build CSV dynamically in JSF 2

Basically what I want to do is this : http://www.mkyong.com/java/how-to-export-data-to-csv-file-java/ Except at the end serve it as a download to the user. Obviously I can't use FileWriter as I'm ...
0
votes
1answer
36 views

how to dynamicly load datatable?

I use RichFaces to develop some web pages, basically I'd like to display a list of my data with DataTable. But my manage bean will take a long time to obtain resource data, which blocks the web page ...
0
votes
1answer
70 views

Richfaces 4.3.1 weblogic 10.3.5.0 duplicate key on deploy

I'm having trouble with richfaces 4.3.1 on weblogic 10.3.5.0, on deploy the following exception happens: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! ...
0
votes
0answers
27 views

richfaces compent exception: java.lang.IllegalStateException

i meet some problem when i was using richfaces' component . I can expand a tree two times, when third time i clicked tree, the is an exception: "java.lang.IllegalStateException: No tree element ...
0
votes
2answers
118 views

Migrating from RichFaces 3.x to RichFaces 4.x causes error parsing a4j.taglib.xml

I have downloaded the richfaces-components-ui-4.3.1.Final.jar and pasted it in /WEB-INF/lib folder and also the other JARs required for RichFaces 4. In spite of that, I am getting the below mentioned ...
0
votes
0answers
82 views

RichFaces: paging and sorting not working with ExtendedDataTable after RIchfaces &JSF upgrade

I have an problem that I cannot figure out, or find any information about on the web. I am hoping someone can help me out. On the Status Page, there is a tabbed Panel with several pages on them. ...
0
votes
1answer
71 views

disabled=“#{not recordsTransferSearch.isDisabled}” does not call isDisabled() method

I'm trying to disable a jsf component just by defining a action method and bind it to the components "disabled" attribute. My JSF component snippet <h:form id="bulk_sch_form1"> ...
0
votes
1answer
126 views

How to set focus of UIComponent after <f:ajax request completed?

First of all, Thanks a lot all of you for your continuous support. I have a problem releated .xhtml and 'f:ajax'. I am setting richfaces:collapsiblepanel 'expanded' attribute by bean variable which ...
0
votes
0answers
46 views

pickList Richefaces 3.3.3

I hope you can help me, I work with richfaces 3.3.3 and JSF 2 and I have a problem with pickList this is my bean private SelectItem[] listnomDossier; List<Dossier> listDossier; public ...
2
votes
1answer
126 views

Richfaces and JSF/AJAX Lifecycles

I´ve managed to get the code to do what I intended, but I do not understand a particular aspect of why this works. I´m running Seam 2.2.2 with Richfaces 3.3.3. Here is the code from the xhtml page: ...
0
votes
0answers
42 views

rich:editor value does not change

I'm facing some issues with the RichFaces component <rich:editor>. I want to link it with a button and create a message with the value of the editor. Unfortunately, it works only when i reload ...
0
votes
1answer
44 views

Code jumps to unknown class while executing method in backing bean

I have a problem where I call a method in the backing bean which is supposed to update a list after which a rich:datagrid is rerender on my xhtml page to reflect the changes.Via debugging I can ...
0
votes
0answers
43 views

Execute Callback when a4j:mediaOutput element Completes Rendering

Is there a way to call an action method or javascript function when an a4j:mediaOutput completes the rendering of its image? I checked and there is no oncomplete attribute for this element. ...
0
votes
1answer
78 views

rich:calendar update backing bean after component edit

I have a rich:calendar component in a datatable: <rich:column id="last_#{row.index}" > <rich:calendar id="lcal_#{row.index}" value="#{_obj.list[row.index].lastTaught}"> ...
0
votes
1answer
60 views

rich:progressBar currentValue does not working with For-Loop?

In RichFaces 4.1, rich:progressBar 'currentValue' from the ManagedBean does not updating with for-loop. progressBar.xhtml <h:form id="formProgress"> <h:commandLink ...
1
vote
1answer
97 views

Richfaces modalPanel scrolling

Im using Richfaces 3.3. I open modal panel (with scrollableDataTable inside). When I scroll up/down, I expect that scrollableDataTable in modal panel will be scrolled. But parent window is scrolled ...
0
votes
1answer
43 views

Link to View Record from datatable, data gets lost while rendering view page

I have a use-case where I have a list of users being displayed using a dataTable. I have generated Edit and View links against each record. What I am trying to do is as soon as I click on View link, ...
0
votes
1answer
107 views

RichFaces 4 dataTable edit issue

I would like to do such table with editing like here -> http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=dataTable&sample=dataTableEdit&skin=blueSky . The problem ist that, ...
1
vote
1answer
172 views

Errors after migrate from JSF 2/RichFaces 4 to JSF 1.2/RichFaces 3

After applying necessary changes to migrate from JSF 2/RichFaces 4 to JSF 1.2/RichFaces 3, these errors was appears and i'm not able to solve them: What's the cause of those exceptions please ...
0
votes
1answer
67 views

How to update JSF web application components without broking it's current functionality?

I have a large web application (100+ jsf pages) using RichFaces 4.1.0. I was trying new features offered by RichFaces 4.3.0 (rich:placeHolder, for example). This brings me to the question: If I really ...
0
votes
0answers
82 views

Keeping components styled in datagrid after paging with rich:datascroller

I have a page with a rich:datagrid and rich:simpletogglepanels inside as elements.As the footer I have a rich:datascroller.Code is below. <rich:dataGrid columns="1" width="100%" ...
0
votes
0answers
107 views

File upload using AJAX instead of form submission

I am trying to upload a file, using rich:fileUpload control, I am able to do so successfully too. The only problem I am facing here, is when I click on the upload button in the file upload control, ...
0
votes
1answer
56 views

Rich Faces rich:clientId in Primefaces?

Does anyone know if there is an equivalent of richfaces rich:clientId in primefaces? Example, if I want to get the full client id of my field: username. '#{rich:clientId('username'), how can I do ...
0
votes
0answers
30 views

I use “scrollable datatable” the richfaces to search for commands via keyboard?

I use two tables to the material requirements of my system. The first shows the sector in which the requests were made. The second shows the details of the request. The requisition items. Logic: The ...
0
votes
0answers
102 views

how to refresh particulartab of rich tabpanel

I have rich tabpanel with switchtypeas client, when i did page refresh in 3rd tab its navigating to first tab. please find the code snippet below Please suggest how to refresh only recall tab. Also ...
0
votes
1answer
63 views

Move the open/close marker of rich:simpleTogglePanel

I have a simpleTogglePanel set up as follows: <rich:simpleTogglePanel headerClass="myHeaderClass" opened="false" switchType="client" style="border: 0px;" bodyClass="myBodyClass"> ...
0
votes
2answers
108 views

How edit <rich:fileUpload> CSS?

I'm trying to show only the button add and the uploaded picture below the button, but it doesn't matter what I do in my CSS, the table generated by richfaces is always the same: This is my form using ...
0
votes
0answers
71 views

richfaces 4 rich:tabPanel switchType=“client” exception

I want to use the richfaces 4 rich:tabPanel and I have this code: <rich:tabPanel id="tabMenu" switchType="client"> <rich:tab id="overview" header="Overview"> ...
0
votes
1answer
51 views

How to color a part of a4j:commandLink text value?

I want to color a part of a4j:commandLink text value For example My target view I use this code <a4j:commandLink value="My Link &lt;span style='color:red;'&gt;*&lt;/span&gt;" ...
0
votes
0answers
32 views

RichFaces 4.2 Calendar - How to set the Input Field of Calendar by JavaScript? [duplicate]

I have to copy a Date String at client side to the Calendar input field "renewal_date_input". The following JavaSript did not work: document.getElementById('AddressDetails:renewal_date_input').value ...
0
votes
0answers
41 views

rich:clientId within nested datatables returns wrong clientId

I use RF 4.2.0 and I have the following situation: <rich:dataTable id="table1" var=".."> .... <rich:column> <rich:dataTable id="table2" var=".."> ... ...
0
votes
0answers
106 views

uncaught typeerror cannot read property 'action' of null JSF

The following is the code of my jsf page. <rich:modalPanel id="userMgmtPanel" autosized="true" width="300"> <f:facet name="controls"> ...
1
vote
2answers
112 views

Ajax request issue in IE9 using Richfaces 3.3.3 Final

I am using richfaces 3.3.3 Final and JSF 2.0, some times any of the ajax request occurs a script error will appear like " SCRIPT87: Invalid argument. 3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript, ...
0
votes
0answers
75 views

richfaces: how to set tooltips's value use javascript

has any comments? I dont't want to use format like this : <rich:toolTip followMouse="true" direction="top-right" mode="ajax" value="#{bean.toolTipContent}" horizontalOffset="5" ...
0
votes
1answer
123 views

h:inputText not working with a4j:commandLink

myBean is in request scope. <h:form id="indexFormID"> <a4j:outputPanel ajaxRendered="true" layout="block"> <h:inputText id="inputForHD" ...
1
vote
1answer
64 views

How get an event selection the one row HtmlDataTable inserted at rich:panel in .xhml

I need change a routine that are too slow in a portal. This is my .xhtml file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
39 views

richfaces with jboss 5.1 - deploy-> ClassNotFoundException context.spi.context

I try to create a JSF app with richfaces but I get a ClassNotFoundException as soon as I deploy the application on JBoss 5.1 (Java 1.6) (I cannot switch another JBoss version) I defined the ...
0
votes
1answer
106 views

A4J reRender not working on IE9 [Working on IE8]

The idea is to cascade the values from the store combobox based on the selected value on the customer combobox. Here's a code snippet: Customer Combobox: <rich:comboBox ...
1
vote
1answer
71 views

RichFaces rich:autocomplete not firing valueChangeListener

Based on this Im implementing a rich:autocomplete with a dynamic list to the autocomplete. What i want to do next is, when the user edits this field to update another field based on its value. I've ...
0
votes
1answer
100 views

Checkbox won't update rendered value in table

So heres the skinny of it. I have a rendered tag on my selectOneMenu. I've tried it in various ways, this last one updating the form in the boolean checkbox with the "@form". I am all out of ideas, ...
0
votes
0answers
119 views

JSF2 Richfaces 4.3.1, walk method is called many time while using ExtendedDataModel and Arrangeable

I am trying to load a datatable with pagination and sorting. Using the ExtendedDataModel and Arrangeable to achieve this and it is working fine. Then I added the Phase Listener to check the behavior ...
0
votes
1answer
21 views

Is possible to change the size of a Rich-Faces dialog dinamically?

I have in mind to create a dialog as the image, with 3 toggle panels, but I desire that everytime the toggle panels are shown/hide the dialog size changes. Is this possible using Rich-Faces dialog ...
0
votes
1answer
33 views

XML file generation to user specified location

I am generating a xml file using JAXB but at present file is generated at specified location,How can i use a browse button to specify the location of folder to save the generated file. Have tried with ...
0
votes
0answers
30 views

ocpsoft rewrite ConfigurationProvider Registration fails

I want to use ocpsoft rewrite in order to overcome proxy issues with Richfaces. Since the JavaScript files could not be found through a proxy configuration (similar to the problem described in: JSF. ...
0
votes
1answer
37 views

How to change webflow variable on key pressed?

I have flowScope variable in Spring WebFlow. I want to change it by pressing particular key from keyboard. So i need some ability to change it. I think about rich:hotkey, but what can be the function? ...
0
votes
0answers
95 views

classnotfound exception when running jsf + richfaces project

I have a project on eclipse that is using richfaces and jsf. It is tied to a server (apache tomcat 7.0). when i run i am getting a class not found error. Here are my libraries: ...

1 2 3 4 5 53