Questions tagged as 'primefaces'

1
answer

Do not submit with just 1 form click if focus is in a p: ajax field

I'm not able to submit the form with just one click. When I click "Ok" the field loses Focus and processes ajax. Then I have to click again to send. ... <p:outputLabel value="Teste:" /> <p:inputText value="#{t...
asked by 09.07.2015 / 20:25
1
answer

Ready-made

Good morning. Can anyone tell me if there is any other component other than the primefaces editor, in which it has the following properties too: font, font size, center, left align, right align ... etc. Thank you.     
asked by 15.06.2015 / 17:19
0
answers

Method with FileUploadEvent of ManagedBean not found: javax.el.MethodNotFoundException

Here is the error: ADVERTÊNCIA: Method not found: [email protected]() javax.el.MethodNotFoundException: Method not found: [email protected]() at org.apache.el.util.ReflectionUtil.getM...
asked by 24.05.2015 / 20:35
0
answers

Problem with using frozen columns in Primefaces

I'm using primefaces with frozenColumns , like this: <p:dataTable id="dataTable" var=.... scrollable="true" scrollWidth="800" frozenColumns="1"> But when it breaks the line, the frozen column does not follow, as in this image:...
asked by 15.05.2015 / 21:24
1
answer

Update dataTable on primefaces

How can I update my dataTable without restarting the application? The way I'm doing the table is updated after a F5 , but if I give F5 again, it gets outdated again. For example: I have 3 positions, my query only has the x c...
asked by 11.06.2015 / 18:54
0
answers

Primefaces 5.0 skinSimple attribute does not appear

I'm trying to use the fileUpload component of primefaces and for what I want, the "skinSimple" attribute is not appearing, as I've been demonstrating in showcase. I even try to put the attribute without autocompletion but when I finish typing th...
asked by 22.03.2015 / 19:40
1
answer

Capture the change event in a p: selectOneMenu of type Enum

I can not catch the change event of component p: selectOneMenu, whose load source is an enum. I registered in my view the change event of Ajax, however the listener method is not called. My view uses the following code to load the combo: &l...
asked by 10.04.2015 / 20:55
0
answers

Inserting records into the database only after you have finished inserting into a List

I do not know if I was very specific in the title, but I'll try to be more in the description. I have in my database a table of Disciplines that contains: id name hourly load I would like these disciplines to be added in a table (in p...
asked by 28.01.2015 / 01:56
0
answers

Could not find backup for factory javax.faces.context.FacesContextFactory

I am creating a project using Spring Boot + PrimeFaces but when trying to access the page I get the following error:    Whitelabel Error Page       This application has no explicit mapping for / error, so you are seeing this as a fallback....
asked by 27.01.2015 / 14:15
1
answer

Primefaces put Filter in the footer instead of the header

In this example we can see that filterby adds the filter to the header and I would like to put it in the footer. Would anyone know how to do it or even used it? link     
asked by 30.01.2015 / 13:29