Questions tagged as 'primefaces'

0
answers

JSF + PrimeFaces 5 - Same Page Status for Multiple Users

I'm having a hard time compared to PrimeFaces 5 + JSF . I have two applications in the company where I work and the same ones running in the intranet , but when someone performs something, it queries or navigates between both applicati...
asked by 23.02.2015 / 14:21
0
answers

Line graph does not render (p: lineChart) [closed]

xhtml code <!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" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns...
asked by 16.01.2015 / 19:58
0
answers

Primefaces Tree - node is not right-clicked

I migrated to version 5.1 of Primefaces and now when I right click to open ContextMenu the node is not selected . In version 5.0 it worked correctly. <h:form> <p:tree id="plano" value="#{planoMB.plano}" var="p" selectionMode="singl...
asked by 10.03.2015 / 14:29
0
answers

Java EE Primefaces in the cloud

I wonder if Java with Primefaces and its managed beans work well in the cloud, I say, my question is whether this architecture supports working in the cloud to build a web system with acceptable performance since often a screen made in the JSF u...
asked by 01.02.2015 / 22:48
2
answers

Disable a p: inputText through cursor focus in another p: inputText

Hello! I'm having difficulty doing a validation. It is the following ... I have a form made inside the components Primefaces 4.0 that has the fields "Cellular" and "Telephone". My intention is for the form to start with these two enabled fields,...
asked by 07.04.2016 / 03:50
1
answer

Primeface uploadFile + graphicImage: Upload image and display without refresh

I'm starting to program the jsf + primefaces . A long time ago I worked with JSP (java 1.4) and I'm kind of lost. I want to upload an image and have it displayed right below it. images.xhtml <?xml version="1.0" encoding="UTF-8"?&...
asked by 10.03.2015 / 15:59
2
answers

Refresh datatable after deleting record

After deleting a record in my dataTable, I want it to be reloaded, I can not. Does anyone give a help? <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1...
asked by 13.07.2016 / 03:51
0
answers

Spaces in the input when writing something

I have an application in Java Web, I have an input text and I would like to put a button or something, because when you type something inside that input, if the user wants can click on this button in which you move the text to the right , as if...
asked by 16.06.2015 / 04:44
2
answers

Select or unselect selectBooleanCheckbox when clicking on another

Hello, I have the following situation: On my page jsf I have some selectBooleanCheckbox components. I need that, when clicking on one of them some others are unmarked, and also disabled, making their selection impossible. It's possible? I...
asked by 28.10.2016 / 14:35
1
answer

How to sort and clutter a datatable in JSF by clicking the column?

Well, I have a JSF application, I would like to know how to sort and clutter datatable when clicking on the column, in that table there are 6 columns and 3 of them would like me to click it to sort according to the clicked column? * On-demand...
asked by 03.05.2014 / 17:53