I have a button and when I press on it, the method obtains data from the data base and show the records in a datatable. The action takes more than 1 minute and I want to show a progress bar (the time is variable) I found the solution in this page: Show a real time progress bar in a Html User Dialog The problem is that I show the progress bar, but always is "0%". In the javascript function never enter. And I don't know if I'm doing something wrong. This is my XHTML: (I can't write the simbol 'is less than')
This is my Bean:
In the web.xml:
In my pom.xml I have this dependencies:
I'm using primefaces 5.1, spring 3.2.5, hibernate 4.2.7, java 1.7, primefaces extension 3.0.0 What I'm doing wrong??? Thx for the help and answer. asked 21.01.2015 at 10:44 cascamorris |
The solution can be found in the (duplicate) post in the PrimeFaces forum answered 23.01.2015 at 09:28 cascamorris |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 21.01.2015 at 10:44
Seen: 1,081,943 times
Last updated: 23.01.2015 at 09:28
And which version of Axon.ivy is used?