RichFaces is a component library for JSF and an advanced framework for easily integrating AJAX capabilities into business applications.
0
votes
0answers
5 views
richfaces 4.3 value param is being passed by name instead of value
My objective is to get the screen width, height, etc., into a session bean in JSF. According to the examples I've found, the way to do this is add a param to a commandButton with a value that is ...
0
votes
0answers
17 views
JSF Converter Validation Error: Value not valid
I have a rich:pickList, when submit values it still displays error: "Validation Error: Value is not valid". I also set breakpoint to debug (getAsobject), but after system invocation I had nothing.
...
0
votes
0answers
6 views
bean property not getting bind by clicking <h:commandButton>
I am using RF4.3 and jsf 2.0,In my xhtml page I have onclicking that button a popupPanel will open,and in that popup user will entry some value.In that popup I have another on clicking that button ...
0
votes
1answer
16 views
Applying a styleclass to Rich Faces Drop down menu
I am using Rich Faces to design a drop down menu. I want to apply a style class to it.
Please find below my code:
<rich:dropDownMenu inputClass="ovalbuttonBig" value="Add Part" ...
0
votes
4answers
28 views
Integrate JQuery with Richfaces
im newbie in the world of Js , my Jquery doesn't work with richfaces. I want to do something like this : http://jsfiddle.net/bFuEv/ .
This is my code in my xhtml file :
<!DOCTYPE composition ...
-1
votes
1answer
28 views
How to send/recieve data to/from bean function using JSF Richfaces AJAX?
I'm trying to get some code working in an XHTML/JSF/Spring application through which I send an ID to a bean function and expect a string in return. I haven't found an understandable tutorial on this ...
2
votes
1answer
29 views
wrong ids when render h:panelGroup's inside c:forEach
I have page where I render some h:panelGroup panels. Those panels are realized as plugins registered in a plugin registry on startup.
Part of the plugins api is a custom jsf component where I get the ...
0
votes
1answer
14 views
Java richfaces calendar does not trigger action when it has incorrect data
Java richfaces calendar does not trigger action when it has incorrect data:
I have this calendar:
<rich:calendar id="olr_from" enableManualInput="true"
...
0
votes
1answer
4 views
Filter not working using rich:extendedDataTable + modalpanel
I have a rich:extendedDataTable inside a rich:modalPanel and the default filter does not work.
I have already tested the same code outside the rich:modalPanel and it worked.
Is there something that I ...
0
votes
0answers
14 views
Rich Calendar auto show Time Field
According to the Richfaces docs its possible to manage time on rich:calendar upon a certain date is selected, which is working on my side.
My question is, Is it possible to show the editable time ...
0
votes
0answers
17 views
rich:contextMenu with rich:dataTable in richfaces 4.3.2.Final
I'm trying to have a rich:contextMenu with a rich:dataTable. I'm working on richfaces 4.3.2.Final.
The rich:contextMenu works fine, but I can't get the row I click (right click). I tried to add ajax ...
0
votes
0answers
9 views
Eclipse Juno & Richfaces autocomplete
I'm working with eclipse juno (sr2) on jsf 2 + richfaces 4 projects.
Using properties/Project Facets and selecting JavaServer Faces v2.1 project, I managed to have auto completion for jsf tags (like ...
1
vote
1answer
25 views
TextField description RichFaces
i'm working with richfaces , i need to show "X" message when the field is clicked like the photo. This is my code in xhtml :
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
2answers
44 views
How to get the objects in the targetList of a rich:pickList?
I filled my rightList of the PickList with Objects from a web service, but when i select some elements, i want to get these elements in myManagedBean, because i'll affect them to an Object.
JSF :
...
0
votes
0answers
7 views
Richfaces, render components on checkbox does not update select or picklist
I've implemented a checkbox like the following:
JSF-command-button-enable-disable-based-on-jsf-check-box
answer of Hanynowsky.
It works fine for inputtext, autocomplete and buttoncomponents.
...
0
votes
0answers
20 views
Migrating from Richfaces-4.1.0.Final to Richfaces-4.3.2.Final
Recently I was trying to upgrade my application from RF-4.1.0.Final to RF-4.3.2.Final.
Application Server I am using is Tomcat-7 and the project is built using Maven.
Few issues that I had faced:
...
0
votes
2answers
17 views
How can I programmatically interact with a website that uses an AJAX JBoss RichTree component?
I'm writing a python script to do some screen scraping of a public website. This is going fine, until I want to interact with an AJAX-implemented tree control. Evidently, there is a large amount of ...
0
votes
0answers
15 views
Rich faces 4.2.3 file upload not invoking backing bean method
I am trying to use richfaces file upload and the fileUploadListener is not invoking the listener in my backingbean.
Code in my xthml
<rich:fileUpload ...
-3
votes
0answers
24 views
jsf web application console error
im developing web application using jsf 2.0 with primefaces using jpa. i've configured some facelet coding in xhtml pages and tried to run the server but it shows some exception in my console is...
...
0
votes
0answers
22 views
Richfaces 4: Rendering issue for mixed client / ajax fall-back validation
I use mixed client-side validation (CSV) with JSR-303 bean validation constraints and ajax-fallback validation for an h:inputText tag.
But if the CSV passes and the ajax fall-back validation fails ...
1
vote
0answers
37 views
Richfaces 4: How to set severity class of messages triggered with client side validation
I use client-side validation with JSR-303 (bean validation) constraints as in the Richfaces 4 showcase
...
0
votes
0answers
31 views
How to stop a4j:ajax component in richfaces from reloading the complete default component?
I am developing application in richfaces 4.x . I am stuck while using the rich:select along with a4j:ajax .
Following is the code snipplet-
<rich:panel id="test" style="min-width: 604px; ...
0
votes
1answer
22 views
Creating dynamic inputs in jsf2
i want to create dynamic textbox in jsf2 in datatable having textboxes based on clicking add row button. Iam a newbie for jsf programming.Can someone tell me a basic example for dynamic for generation ...
-4
votes
0answers
24 views
Bypass login page for authentication using richfaces and jsf [closed]
I am using JSF 2 and Rich faces 4.2. I have one login page to login (login.xhtml) [hits login controller] to my application.
This accepts 3 fields user id, password and account #.
Now, if somebody ...
0
votes
1answer
21 views
Prettyprint XML
We have some XML stored as a blob in a MySQL database, and display it in a rich faces modal panel as raw text via a servlet. We'd like to use google prettyprinting (or another if anyone thinks there's ...
1
vote
0answers
55 views
<rich:extendedDataTable> <c:forEach> Displaying a table via a “Map of maps”
I have a data model with structure : TreeMap < String, TreeMap< String, Double>> resultMap;
This is stored in a SessionScoped ManagedBean.
I am trying to output this via a dynamic < ...
1
vote
1answer
32 views
Displaying an error message from a4j:jsFunction
I have this a4j:jsFunction below and an <h:message for="form" style="color:red" /> somewhere else on the page.
<h:form id="form">
<a4j:jsFunction id="createEvent" ...
1
vote
2answers
53 views
When I Download Excel file from Java not show “Save as” Window, but the file is correctly saved
I want to show to the user the "Save as" Windows when i click in the option "Export File" of my app, the file is an excel 2007 than i have created with Apache POI. The file is correctly saved in the ...
1
vote
1answer
37 views
JSF or PrimeFaces searcheable treeview control
Is there a JSF or PrimeFaces control which is a "searchable" treeview? I am thinking similar to the Eclipse "options", where you type in some text into a searchbox and the treeview autoupdates ...
1
vote
0answers
20 views
javascript - ajax - jsf - bean interaction
I have a selectBooleanCheckbox (CB) and two inputTexts (IT1, IT2) all bounded to the resp. bean fields.
When CB is selected I want that the value of IT1 and IT2 are set to default values and ...
-2
votes
0answers
25 views
Implement pass reference in a method
How to implement pass reference in a method?
I meet some problem when I pass params to a method in Java. Take a look tje code:
//org.richfaces.model.TreeNode
TreeNode treeNode = ...
1
vote
1answer
27 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
32 views
Extended Data Table and DataScroller
<rich:extendedDataTable sortMode="single" width="700px" value="#{gpsReport.reportSummary}"
enableContextMenu="true" var="gps"
...
0
votes
0answers
12 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
45 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
17 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
29 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
23 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
47 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
35 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
23 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
30 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
89 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
44 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
33 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
50 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
28 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
32 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
18 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
39 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}"\>
...







