Tagged Questions
1
vote
0answers
40 views
Could not restore StateHolder of type org.primefaces.component.resetinput.ResetInputActionListener
I've got very strange error on PrimeFaces application, that I have not seen before.
Could not restore StateHolder of type org.primefaces.component.resetinput.ResetInputActionListener (missing no-args ...
0
votes
0answers
65 views
JSF 2.0 does not initialize ManagedBeans
I use WebSphere Application Server 8.0 with PrimeFaces 3.5 on Windows 7.
I have some Dynamic Web Projects in my Eclipse IDE Juno or Rational Application Developer.
The projetcs worked fine for a ...
0
votes
0answers
170 views
JSF (Primefaces) issue with reload action on FireFox
I have JSF page which contains a few text controlls and tree component. Tree is fully created programatically with f:event type="preRenderView". After loading the tree can be modified (node remove ...
0
votes
1answer
190 views
PrimeFaces ViewExpiredException after page reload
I have wrapper PrimeFaces.ajax.AjaxResponse to handle ViewExpiredException (reloading the page):
var handleViewExpired = function (viewId) {
window.alert('${msg.ajax.viewExpired}');
...
0
votes
1answer
114 views
MyFaces 2.0.4 cannot render h:form tag
I have a simple JSF 2.0 xhtml page that will not render when I insert an h:form tag. I can use a normal tag and things render just fine.
Here's my specs:
- Java 1.6
- WebSphere 8.0.0.5 & its ...
0
votes
1answer
219 views
How to handle ViewExpiredException by showing JavaScript alert?
I've read the question Handle ViewExireException/ajax and display a Primefaces dialog and the answer from BalusC. I'd want to handle the ViewExpiredException by showing the alert with information to ...
0
votes
1answer
64 views
Why client state saving works faster for single user?
I'm using PrimeFaces 3.4 with MyFaces 2.0.7 on WebSphere 7. I've noticed that saving state to client result in about 2 times faster request processing than server saving state. When client saving ...
0
votes
1answer
98 views
MyFaces: exceeding maximum Paramaters allowed per request
The application I'm involved in was deployed to test server (WebSphere 7) from where we're getting errors we've never seen before:
This is the message about exceeding maximum number of parameters ...
2
votes
0answers
228 views
Primefaces schedule component is not showing up
I am a JSF 2.0 newbie, and I am trying to build an scheduler.
So far everything has gone pretty well in terms of using primefaces and JSF tags. However I have a hard time using p:schedule tag.
At ...
1
vote
1answer
179 views
t:inputFileUpload always retrun null while submitting form
<h:body>
<div id="main" align="center" style="width:100%;height: 100%">
<f:view>
<h:form id="catform" enctype="multipart/form-data">
<p:panel ...
0
votes
0answers
34 views
Varied response times on partial updates dependent on last activity
I have noticed for some time now that the response time on partial updates is a lot longer when there has been a time lapse since the last server request. As an example:
I request a page and ...
0
votes
0answers
256 views
Duplicate ID error with Partial State Saving and MyFaces CODI
I am developing a JSF web application using PrimeFaces3.3, MyFaces+CODI, OpenWebBeans and Tomcat7.
I am getting duplicate Id error after display of a specif page (all subsequent page actions). ...
0
votes
0answers
272 views
Jsf Primeface. Error during the render response. p:commandButton
I'm starting to use JSF with primefaces library over an Hibernate project. I've tried to use wizard component to manage a form but, when I click any of the buttons in the wizard, I get the following ...
0
votes
1answer
557 views
Can't use primefaces push
I'm trying use p:push in a dialog and I'm getting this error in chrome:
Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 primefaces.js.xhtml:1
PrimeFaces.widget.PrimeWebSocket.send ...
2
votes
1answer
913 views
javax.el.PropertyNotFoundException:Property not found on type java.io.File in primefaces download
I am using Primefaces 3.2 and developing the file download functionality and I am getting list of file names from my local which i wanted to display them in jsf datatable with clickable ...
2
votes
2answers
629 views
p:ajax is crashing composite component
I created a composite component that implements a spinner, i works really fine, but when I changed from primefaces 2.2.1 to primefaces 3.3.1 the component crashes all the page when I try use p:ajax ...
5
votes
0answers
964 views
Running JSF in stateless mode (0 costs for state saving) [closed]
I recently came across a stateless extension for JSF(Mojarra) developed by Rudi which claims to deliver vast improvements in performance at even lower costs of memory/ CPU & reduced latency, with ...
2
votes
2answers
1k views
Howto let Primefaces work with @ConversationScoped Beans?
I build a short page with JSF-Compnents which displays and increments a value from a @ConversationScoped Bean. This page is able to end the Conversation and is getting a new Bean after ending the old ...
1
vote
2answers
389 views
Rendering problems with PrimeFaces + PrimeFaces Mobile + MyFaces ExtVal
I am trying to use together the three frameworks: PrimeFaces, PrimeFaces Mobile and MyFaces ExtVal. The library versions are: PF 3.3.1, PF Mobile 0.9.3, MyFaces ExtVal 2.0.5. Consider the following ...
0
votes
2answers
2k views
Primefaces rowEditor just active row validation
In my application, I have some dialogs with dataTables that user can edit values, so I'm using primefaces rowEditor... Sometimes I have required fields in dataTable as you can see in this screen:
...
2
votes
1answer
703 views
How to get EL 2.2 working on WAS 7 (with Myfaces and Primefaces)?
I'm migrating a JSF 1.2 project, running in WAS7, to JSF2 with Myfaces 2.1.7 and Primefaces.
Until now, everything was more or less working, putting myfaces-bundle-2.1.7.jar and primefaces ...
0
votes
0answers
841 views
Programmatic PrimeFaces menubar does not work in MyFaces, but works in Mojarra
I tried to implement a programmatic menubar, in which the item element call to a method throw an actionListener. This does not work with myfaces 2.1.6, but it works with mojarra 2.1.8. There is an ...
0
votes
1answer
514 views
IndexOutOfBoundsException after switching from myfaces to mojarra
I was forced to switch from myfaces (2.1.7) to mojarra (2.1.7). After this I'm getting exceptions like this one below all over the place.
I'm submitting a form, that gives me validation errors. This ...
1
vote
2answers
892 views
Using Apache Myfaces with Prime faces
I am new bie to JSF 2.0.
I am using the apache Myfaces implementation of JSF 2.0.
Also I want to use Prime faces for better UI components.
But the problem I am facing is:
The tags for both the ...
0
votes
2answers
616 views
How can a custom-validator know which commandButton was clicked
my form has several "submit" buttons,
and the validation of some of the fields depends on which was pressed.
How can I find that out in my custom validator?
Thanks
Jonny
0
votes
1answer
340 views
update fields of conditionally rendered form
my problem is, that I want to render form2 conditionally. This collides with a ajax update event of another form1, which should trigger the rendering of form2.
<h:form id="form1">
...
0
votes
1answer
2k views
Is this Primefaces bug or Mojarra/MyFaces bug
I cannot seems to be able to fire an event when I am within column of dataTable. Here is my simple demostration
<h:form id="form">
<!--This section of p:tree here seems to be the reason ...
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
3answers
266 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 ...


