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...
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.
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...
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:...
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...
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...
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...
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...
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....
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