RichFaces is a component library for JSF and an advanced framework for easily integrating AJAX capabilities into business applications.
1
vote
1answer
31 views
How to select each visible day, which are not part of the current visible month?
I have a problem. I should work with the RichFaces calendar component so I can select each day, which are visible for a current selected month, but that is not possible.
An example:
I selected the ...
1
vote
1answer
51 views
Extended Data Table and DataScroller
<rich:extendedDataTable sortMode="single" width="700px" value="#{gpsReport.reportSummary}"
enableContextMenu="true" var="gps"
...
0
votes
0answers
16 views
how to put info to the form after getting then from the databse in jsf and webflow
I am using webflow and jsf. when I click the link, I want to get url of the form from the database and put it for my form and get nqPassword from the databse and put it to the form. Then a new window ...
0
votes
1answer
57 views
Map as backing property for rich:pickList
I want to use Map<String, List<Object>> as a backing property for rich:pickList as follows:
<ui:repeat value="#{bean.selectedMap.entrySet" var="entry"} >
...
0
votes
0answers
28 views
Richfaces facebook like multiselect for large datacollection
I'm working with Richfaces 4.3.0.FINAL but I can't seem to find a nice component what can do what I want. I have a huge collection of Documents in my database, and the user must be able to add some of ...
0
votes
1answer
38 views
how to open a page in a new window in jsf with webflow after using evaluate
in jsf with webflow, I need to use a link and when I click the link a new window should be appear but the url of the link is not static I have to reade it from the database and prepare it then use it ...
0
votes
0answers
45 views
Image loaded with mediaOutput richfaces component from database
I´m using JFlow Plus v2 Jquery plugin in my website (JSF 1.2 + richfaces3.3.3). When I generate code like this:
<!-- Slider -->
<div id="sliderContainer">
<div ...
0
votes
0answers
52 views
Submitted value lost when custom converter is used
I have created a custom converter to be able to parse a date/time without the time by setting it to midnight. (Thus 11.11.2011 will be converted to 11.11.2011 00:00.)
When I enter some completely ...
1
vote
1answer
52 views
<rich:dataTable> from listOfMaps
I have a SessionScoped bean which has a list of maps. I am attempting to get a <rich:dataTable> produced using <a4j:repeat>.
The list of maps is being populated correctly, although there ...
0
votes
0answers
31 views
Richfaces does not get submit code when adding select in the xhtml file
I am having the following problem: there is a xhtml page which contains a form.
When this form is submitted by a button it calls to my pagebean and saves the values submitted to my database. But since ...
0
votes
0answers
32 views
Facing issue with rich-notify tag
Is it possible to disable the main screen operations while showing the success message using
rich:notify tag?
Thanks in advance.
1
vote
1answer
170 views
JSF render data table content from managed-bean?
I'm using Richfaces to develop some web pages, with a datatable I try to display some data information from remote server. But its quite slow to load all data in one time, so I use a cache to store ...
0
votes
1answer
69 views
Ajax submission to update backing bean property in jsf 1.2
I am using jsf 1.2 with rich faces library
I have a form like this :
<a4j:form>
<!-- lof of other components here -->
<h:panelGrid>
<h:inputText id="someOrg" ...
0
votes
1answer
48 views
<rich:tabPanel> not switching
I have a <rich:tabPanel> and inside it I have three <rich:tab>,but tabs are not changing automatically whenever I'm clicking the next button for switching from one tab to ...
0
votes
0answers
66 views
a4j:jsFunction oncomplete does not fire
I want to call a javascript method, when the aj4:jsFunction request is completed. But somehow the method defined by oncomplete does not work.
Here's the jsf code:
<h:form>
...
0
votes
1answer
52 views
Return value from a4j:jsFunction
I want to get an return value from the a4j:jsFunction. But I don't know how to get this done.
Here's the JSF code:
<h:form>
<a4j:jsFunction name="createEvent" ...
0
votes
0answers
63 views
Infinite loop when I call a simple JSP page using IBM RAD 8 + IBM WebSphere 7 + RichFaces 3
I'm trying to get the following example work under IBM Websphere, usind IBM RAD 8 and RichFaces: http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html
This the set of ...
0
votes
0answers
22 views
Need context Params for Provider URL in Richfaces push
I need to combine JMS(ActiveMQ) with Richfaces Push. I am unaware how to provide the PROVIDER URL through Context param in web.xml. I could find how to override the default value of context factory, ...
0
votes
2answers
44 views
<h:commandButton> not firing the action method
I have a nested <h:form>, and inside the inner most <h:form> I have a <h:commandButton> like this,
<h:commandButton value="Next" actionListener="#{billController.saveFiles}"\>
...
0
votes
0answers
42 views
extendedDataTable rich column filters breaking commandLink
I'm having a problem with my rich faces extendedDataTable and the a4j:commandLink within it. The links work fine when at first, but when I use the built in column filters it breaks... Kinda. In fact ...
-2
votes
1answer
54 views
scrollableDataTable show extra column in richfaces
I used scrollableDateTable for scrolling data without hide headers, after populating the data in dataTable shows an extra column. How to hide the extra column or remove that column in ...
0
votes
1answer
53 views
Liferay portlet issue with Richfaces 4.2 and PortletBridge 3.1
We have an application with numerous portlets for Liferay 6.0.6 using JSF1.2 with RichFaces 3.3.3.Final and PortletBridge 2.1.1 and everything was working fine. We decided to upgrade our stuff to JSF2 ...
0
votes
1answer
135 views
Open rich:popupPanel on current mouse cursor position with jquery
The following code will open a rich:popupPanel vertically aligned with and directly below the h:commandButton:
<h:commandButton value="Open popup" id="openBtn">
<rich:componentControl ...
0
votes
0answers
15 views
How to use rich:modalPanel on top of other windows in application
I Have richmodal panel, but on browse button click I open that rich modal panel, which is not yet top on other window. some of screen portion overlapping so I could not use as modal window.
I tried ...
0
votes
1answer
47 views
calling a javascript from a4j:jsFunction in richfaces 3.3.3
i have a javascript which i put in the extraHeaderContent:
<ui:define name="extraHeaderContent">
</script> -->
<script type="text/javascript">
function ...
0
votes
0answers
43 views
RichFaces JSF RenderKitFactory Issue
I have written a JSF project. When I deploy it using Tomcat 6.0.29 in my local environment (Windows) it doesn't show any exceptions. But when I try to deploy it on a remote server (Linux) it throws a ...
0
votes
0answers
51 views
Avoid jSessionid in Google search result
I am working on JSF and RichFaces with jBoss server. I want to avoid the jSession id added to the link on Google search.
I tried some solutions but not yet positive result:
Adjusting the parameter ...
0
votes
0answers
29 views
Open Modal after conditional timeout
I want to open a popupPanel with a waiting message on certain Ajax requests. But some of them are just too fast sometimes.
I have no way of knowing if they'll delay or not, but I'd like them to open ...
1
vote
0answers
39 views
how to upload image using rich:upload
I have problem on upload image. Image is uploading correctly but browser is not showing up the image. It shows only after refreshing the page.
<rich:fileUpload id="upload"
...
1
vote
1answer
124 views
rich dataTable can not use iterate variable for a nested loop
I'm building a rich datatable with a dynamic amount of columns. It seems to me, that it is not a big thing, but I'm trying to get an answer since hours.
The issue is when I want to use the iteration ...
0
votes
1answer
69 views
richfaces datagrid with 2 backing bean lists
I want to make a rich:datagrid using 2 lists from my backing bean instead of one.
So instead of :
<rich:dataGrid columns="1" width="100%" value="#{MyBean.myList1}" var="listobj1" ...
0
votes
1answer
46 views
Maven error with richfaces-showcase of RichFaces 4.3.1 Final
I tried to run richfaces-showcase of RichFaces 4.3.1 Final. When I execute the command "mvn clean package" as readme.txt instructed I get a Maven error. The error text is as follows:
[INFO] ...
0
votes
0answers
18 views
probleme with richefaces et gmap v2
The Google Maps JavaScript API Version 2 was officially deprecated on May 19, 2010. The original deprecation period has been extended from May 19, 2013 until November 19, 2013
and i know that ...
0
votes
2answers
121 views
HTTP status code 500 (internal server error) while loading a JSF page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
...
0
votes
0answers
50 views
a4j:commandButton is not calling action method inside a4j:outputPanel
I am working with richfaces 4.x . I was using rich:panelMenu and was stuck when a4j:commandButton is not calling any action method in the Backing Bean .
Following is the code:
`
...
0
votes
0answers
50 views
RichFaces 4.3.1 rich:datable clickable row to set to ManagedBean
I'm having problems with rich:datatable component.
I've got a table where the row is clickable. It works with the event "rowclick". However, when i use the rich:dataScroller the datatable kind of ...
0
votes
2answers
69 views
Does JSF provide input component where suggestion for textbox reappears after space?
I am looking for JSF component similar to auto suggestion or combo-box but with extended functionality that options in drop down suggestions reappears after user has clicked space. In other words, ...
0
votes
1answer
32 views
Richfaces requirement jre version
Does richfaces application require a minimum jre version on the browser to run.
Is it a must to have jre 1.5 and above version on the browser.
0
votes
1answer
42 views
rich hotkey to replace a4j:commandButton
I want to replace the a4j:commandButton or link with rich hotkey.Hotkey to enable/disable the rich tooltip . Any help would be appreciated.I am using rich face 4 so the handler attribute is not ...
2
votes
1answer
68 views
How to show error message when my server is down / not available while making JQuery request?
I have a code something goes like this;
<a4j:commandLink
actionListener="#{controller.validate}"
onclick="showFadeLoadingImg();"
oncomplete="confirmOperation();}"
...
0
votes
1answer
24 views
rich:scrollableDataTable with a 2 row header
I'm developping a scrollableDataTable with an header having 2 row in it.
<rich:scrollableDataTable ...
<rich:column...>
<f:facet name="header">
<s:div>
<h:panelGrid ...
1
vote
1answer
72 views
What is LimitToList in JSF, RichFaces? Is it removed in RichFaces 4.x?
What is limitToList in JSF, RichFaces? Is it removed in RichFaces 4.x? Are limitToList and limitRender the same?
0
votes
0answers
55 views
Rich:tabPanel not working
I am a newbie to jsf2 and richfaces 4. I want to include tab panel for my page. I have used rich:tabPanel in two pages its working fine in one page but its not working in other xhtml and i am not ...
0
votes
1answer
114 views
How disable date selection for previous days in RichFaces Calendar?
I would to disable the dates before the current date in <rich:calendar>.
I already Googled about it, but none seems to work so far.
Any idea how to do this in a easy way ?
This is my code so ...
0
votes
1answer
99 views
JSF component - IN: pick file from server; OUT: file path only
I need to find some very compact component which allows me:
choose file in file system
get its absolute path (or file itself)
I've tried:
<rich:fileUpload> component, but it seems to be ...
1
vote
3answers
86 views
Can i use immediate property in JSF to refresh my html page without calling any backing bean methods??
Can i use immediate property in JSF to refresh my html page without calling any backing bean methods?? i am new to jsf please suggest & also explain use of immediate
0
votes
0answers
47 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
103 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
25 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 ...







