1
vote
0answers
117 views

Richfaces Bootstrap vs Primefaces with Twitter Bootstrap

Im thinking of starting a new JSF project and want to use Twitter Bootstrap (TB) to have a responsive design. I have used both RichFaces and Primefaces in previous project and they are both nice. ...
-3
votes
0answers
46 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... ...
1
vote
1answer
62 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 ...
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
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 ...
1
vote
2answers
83 views

Build up Richfaces4 and Primefaces3.5 but seems jQuery got conflict

I was using the Richfaces4, everything looks good. But just right after I add following line to my pom.xml: <dependency> <groupId>org.primefaces</groupId> ...
0
votes
0answers
115 views

Using events queue on Richfaces and Primefaces components events synchronization

Im using richfaces and primefaces together in my web app. In my page i have a richfaces faces component and primefaces component together. I want to synchronize the events that will be fired when the ...
0
votes
0answers
65 views

How do you add Primefaces or RichFaces to an existing WID project

I know in some cases you can simply add a jar to the WEB-INF\lib and make sure you load the tagLib and assign a prefix like so with myFaces... <%@ taglib uri="http://myfaces.apache.org/tomahawk" ...
0
votes
0answers
431 views

Mixing Primefaces 3.5 and Richfaces 4.3, will the bundled jQuery conflict?

I'm developing a JSF project in which I must integrate both component libraries. In last versions the main problem was the jquery.js version and extras implementation in jQuery. I've looked the new ...
1
vote
1answer
109 views

Generated dynamically a jsf form issue

i am trying to render dymanically a form using jsf and a back bean which generates the form elements. This is the code of the back bean: @ManagedBean(name = "reviewReportBean") @SessionScoped public ...
1
vote
1answer
226 views

Richfaces vs Primefaces : Cannot read property 'requests' of undefined

I'm developping a web application in JSF that uses Richfaces 4.3.0 CRI and Primefaces 3.4.2. I've just notified that on any page that uses Primefaces components, I can see in the Javascript console ...
5
votes
3answers
2k views

difference between jsf, rich faces, prime faces and ice faces

I am new to jsf and want to know about the clear difference between jsf, rich/prime/ice faces. In jsf we create pages with .jsp extension and write java code in the backing beans. But how exactly ...
0
votes
2answers
211 views

Creating column extendable tables in JSF

I wanna create a table where I should hide some columns. Whenever I click on an arrow or some button The hidden columns should be display along with original columns in that table. For example, I ...
0
votes
0answers
185 views

How to dynamically generate richfaces tabs

I'd like to know if it's possible to generate richfaces tabs dynamically without binding the component to the backing bean and looping through an array to populate it? I ask this because the ...
3
votes
1answer
2k views

Retrieving other component's client ID in JSF 2.0

Does JSF 2.0 have a built-in method for finding the client ID of another component? There are about a thousand client ID-related questions on SO and there are a lot of hackish methods to do this, but ...
1
vote
1answer
320 views

Add loop index in c:forEach tag

before I have been using render time tags(like a4j:repeat,ui:repeat), to create panels based on a collection of items. All of that changed and now I must use c:forEach instead. On each panel I do a ...
0
votes
1answer
417 views

using a4j:repeat var in binding

I wanted to ask if it's possible to use a var attribute inside an a4j:repeat tag, as a binding of an inner componente. For example <a4j:repeat value="#{myController.bindingComponents}" ...
0
votes
0answers
225 views

tab menu with lable and images and drop down in richfaces 4.1

is there any component in rihcfaces or in jsf 2.0 for showing menu similar to tab where we have an icon and lable also dropdown for sub menu list .i tried to find out but not able to find such ...
0
votes
0answers
177 views

actionListeners not triggered inside a dynamic column in dataTable

I'm creating columns dinamically inside my component, the datatable then it's rendered correctly with the new columns, however actionListeners declared inside them are not executed. I have even ...
0
votes
4answers
739 views

Spring MVC with a rich client framework

I have several applications that are structured as follows DataComponent WebComponent ThickClientComponent WebServices The DataComponent has all the functionality required to access the ...
-1
votes
1answer
121 views

Equivalent of DefaultLabel in primefaces 3.2

Please, Is it an equivalent of DefaultLabel (Combobox of richfaces) in Primefaces 3.2 ? Regards .
0
votes
1answer
579 views

jquery conflict with richfaces 4.2.0 and primefaces 3.2

i' using richfaces 4.2.0 and primefaces 3.2. Everything works ok together (a4j:commandLinks etc.) but when i include a4j:push and any primefaces tag in one page, the a4j stopps working, the a4j ...
1
vote
2answers
1k views

Upgrade from richfaces 3.3 to 4.2 and primefaces from 1.1 to 2.2.1

I try to upgrade from richfaces 3.3 to 4.2 and primefaces from 1.1 to 2.2.1 I have these jars: jsf-api-2.0.3.jar (was 1.2 before) jsf-facelets-1.1.9.jar jsf-impl-2.0.3.jar (was 1.2 before) ...
0
votes
1answer
635 views

Icefaces vs Richfaces vs Primefaces for web and mobile applications

I would like to know what is the best technology to use when it comes to application development that works well for both web and mobile? The world is moving towards HTML 5 and CSS 3 and Icefaces , ...
0
votes
0answers
941 views

Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory

I'm working on a webapp which combines PrimeFaces 1.1 and RichFaces 3.3.3 in a JBoss 4.2.3 server, so this application uses JSF 1.2. Inside this app I have a webpage where I combine different ...
1
vote
1answer
338 views

Richfaces Primefaces CSS Conflict with enableControlSkinning

I am trying a sample JSF project using both richfaces (4.0) and primefaces (2.2). but when i use the enableControlSkinning like the following <context-param> ...
0
votes
3answers
543 views

Web site: navigation bar

I'm creating a simple web site. At the top there should be an image, directly beneath it should be a navigation bar. Depending on the selection in the navigation bar the content should be filled ...
3
votes
4answers
4k views

Icesfaces vs Myfaces vs Primefaces

I am starting out a new project that involves the use of JSF 2.0. From my initial reading, the Mojarra and Apache Implementation of the project covers the basic components that you will need. But I ...
1
vote
2answers
4k views

Pass a value from h:outputLink to JSF after onclick event

I need to pass an integer to a JSF backing bean after onclick event on h:outputLink. Important : I cannot use f:param to pass value as request parameters to the naviagating page as I am preventing ...
0
votes
0answers
246 views

Problem with tree into jboss

I've an application which works fine at seam 2.2.20... with jboss 4.2.3 and richfaces 3.3.1. The problem is that i need to use jboss 5.0.0 and when i use it my tree brokes.. So, as i said, i have ...
0
votes
1answer
453 views

Use of JSF view parameter through datatables? Possible?

Environment: JSF 2.0 / JPA (provided by EclipseLink) / Glassfish 3.1 / java-EE-5 / A small JSF (No Spring, no EJB, no CDI) web application consists mainly on displaying datatables for entities, but ...
4
votes
2answers
14k views

Aligning content inside panelGrid columns

How do I align the content in the columns created by panelGrid component to the top ? I tried with no success, the following code <h:panelGrid columns="2" style="vertical-align:top; " > ...
3
votes
2answers
2k views

Any visual editors for development with JSF component libraries? [closed]

Any visual editors for GUI development with JSF component libraries ?
3
votes
4answers
310 views

Component library with JSF project

I am looking forward to using a component library(perhaps richfaces or primefaces) with JSF for developing the frontend of a social application. I need to know: 1.) how far is it possible to ...
6
votes
3answers
3k views

Is that possible to combine Primefaces and Richfaces in one web application?

After reading RichFaces Vs PrimeFaces, I was tempted to use both in my web application to get the maximum benefit from both. Do you think that is possible? What are the advantages and disadvantages? ...
1
vote
1answer
1k views

Command Button to Open A <p:dialog> From a Different xhtml file

In a JSF 2.0 application with richfaces and primefaces, I would like a command button when clicked to open a however the dialog is in another xhtml file. How can I achieve this in either primefaces ...
0
votes
1answer
3k views

PRIMEFACES: empty p:dataTable (binding problem)

I've simply changed working JSF h:dataTable to p:dataTable, but it's empty. Without headers, one empty row. I've installed primefaces-3.0.M1.jar to my project. UPDATE: if I remove binding, ...
6
votes
3answers
10k views

Primefaces Vs Icefaces 2 Vs Richfaces [closed]

We soon start development for a new web application and are currently evaluating/proposing the technology stack to use. For the view layer, we have to choose between Primefaces, Icefaces 2 (since we ...
1
vote
2answers
497 views

Primefaces Watermark on Rich Calendar

I am using JSF 1.2, Richfaces 3.3.1 and I am trying to display a watermark in <rich:calendar>. I thought of using Watermark tag of primefaces <p:watermark> and so i have included ...
1
vote
3answers
267 views

Need suggestion to choose JSF

HI, We are in the process of evaluating the different technologies to implement our application. Our application is like forums which will get the millions of users every day. For example, this ...
1
vote
1answer
1k views

Richfaces Primefaces JSF 2.0 configuration

I am currently using JSF 2.0 and Richfaces 3.3.3 and it's working fine. Now I want to add Primfaces to it; I had added required jar but the components are not rendered is there any configuration i ...
2
votes
1answer
2k views

Are Richfaces and Primefaces compatible with each other?

I am using Primefaces-2.1 now, I try to integrate Richfaces-3.3.3 in my application in order to use <rich:jQuery>. My <p:commandButton>, <p:commandLink> stop working as soon as I ...
1
vote
2answers
1k views

JSF: Is there a way to create animation effect when insert a new record into table?

I've been googling this question a lot and I dont seem to find a solution. I wonder if any developer out there that able to achieve this? I know there are couple ajax framework out there for JSF like ...
27
votes
10answers
27k views

RichFaces Vs PrimeFaces [closed]

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 ...
1
vote
3answers
2k views

JSF: SelectOneRadio shortcuts for options

I have the following h:selectOneRadio: <h:selectOneRadio id="#{prefix}_rating" value="#{examinationPanel.tempResult}" > <f:selectItems ...
2
votes
1answer
1k views

primefaces schedule component not working properly with seam and richfaces

I am using the primefaces schedule p:schedule component to create a outlook like scchedule the jsf tag is as follows <p:schedule value="#{scheduleController.eventModel}" editable="true" ...