0
votes
1answer
16 views

richfaces with bootstrap CSS

Is it possible (and reasonable) to use JSF with richfaces and bootstrap CSS styling together in one project. so using richfaces for page rendering, UI models and ajax; leaving the styling up to ...
2
votes
1answer
32 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
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 ...
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
1answer
21 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
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 ...
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
38 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
32 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 ...
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
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 ...
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"} > ...
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
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.
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
0answers
90 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
29 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
1answer
53 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
2answers
85 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
38 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
54 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
0answers
45 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
73 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
0answers
37 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
76 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 ...
0
votes
1answer
39 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
69 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
94 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
38 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
38 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
1answer
35 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
0answers
87 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
49 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
2answers
85 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
59 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
0answers
18 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
51 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
0answers
102 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
27 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
25 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
0answers
38 views

How do I restore ViewState when using richfaces fileUpload?

I'm having a problem submitting a two-forms template, where one of the <h:form>s is a multipart/form-data (ie, used to submit files via Richfaces4's rich:fileUpload). The basic template looks ...
0
votes
0answers
44 views

Workaround for richfaces popup validation

It's well documented bug in richfaces (see bug RF-11413) You can try it on Richfaces showcase rich:dataTable -> editing Only solution I find is : https://community.jboss.org/message/735198 (look for ...
0
votes
1answer
72 views

Dynamically generate rich menuitems inside rich context menu

I am trying to dynamically generate rich menu items inside a rich context menu component. Here is my code: <ui:repeat var="group" value="#{myBean.groups}" > <div align="center"> ...
0
votes
1answer
98 views

How can I add dynamic items to a context menu?

I am migrating my app to jsf2 and richfaces 4.3.1 and I have a problem with the component rich:contextMenu. The context menu should has some final items (like the "All" one in the snippet) and others ...
0
votes
0answers
124 views

jQuery draggable(), resizable() in jsf doesn't work perfectly

I'm having a problem with jQuery: resizable() and draggable. When I move the div on datatable works perfectly and when I resize too, but after resize if drag the div it moves 1px on top and 1px on ...
0
votes
1answer
142 views

Creating a wizard using ui:include, rich:popupPanel and navigation-rules

I am trying to build a wizard using ui:include in a RichFaces 4 popupPanel and navigation-rules in the faces-config.xml, but on completing the actions in the backing bean, the page does not navigate ...
0
votes
2answers
102 views

JSF 2.0 WITH richfaces 4.2.3 org.apache.jasper.JasperException: /Web/login.jsp(21,20) #{…} is not allowed in template text

I am currently working on a project that I would like to migrate over to RichFaces 4.2.3 from version 3.3.3. and JSF1.2 into JSF2.0 . After deploying my project getting some strange kind of error. ...
0
votes
0answers
76 views

rich:fileUpload - h:commandButton action does not fire after a file is uploaded

Good Day I'm using the richfaces 4.2 and JSF2 for my project and facing the below problem. Once file is uploaded successfully and if I perform any action like there page / screen just refreshes ...

1 2 3 4 5 12