primefaces
JSF 2.0 command button generates NullPointerException
I\'m using primefaces 2.2.1 with JSF 2.0.I have a page with various labels to display data, some listboxes and a couple of commandButtons.No matter what I do, whenever I click on a command button in t[详细]
2023-04-05 17:15 分类:问答Primefaces onclick and onsuccess differences
I have the following situation: after clicking a button, some business logic is done and after it is done, a new tab with a report should be visible.[详细]
2023-04-04 18:12 分类:问答Efficient JSF Pagination
Whats the most efficient way of doing pagination in JSF 2.0 app? I use Primefaces datatable and it is intelligent enough to perform[详细]
2023-04-04 08:35 分类:问答PrimeFaces fileUpload event doesn't fire
In my application running on Apache Tomcat 6 I use fileUpload from PrimeFaces 3.0.M3. But it don\'t works correctly. When I upload files its appears in upload directory, but event not fired. Can someb[详细]
2023-04-04 07:05 分类:问答JSF GAE: Value Update Problem in managed bean method
I have the following piece of code with a simple h:outputText pointing to a int and a p:commandLink to set a value:[详细]
2023-04-04 06:20 分类:问答Jsf 2.0 Custom Tags With Primefaces
I\'ve created a panel (Refer - Help on JSF 2.0 Custom Components and Primefaces) according to my earlier post, using custom component from back end, and have populated tags to the panel like inputtext[详细]
2023-04-04 05:26 分类:问答Google App Engine: f:setPropertyActionListener with p:ajax
once again the combination of PrimeFaces and GAE drives me crazy. Inside a p:dataTable I want to click a image, call a bean method and set a parameter. The method is called, but the parameter does not[详细]
2023-04-03 23:58 分类:问答function called many times for no reason
i have an init() function that returns a list of Domaines needed to populate a datatable, each row of this datatable have two commandlinks one for edit and another for delete, so when i press the edit[详细]
2023-04-03 17:05 分类:问答setPropertyActionListener on commandLink inside ui:repeat with a composite component
I\'ve created a composite component that has a commandLink embedded inside of a ui:repeat.I need to be able to dynamically change the method that is called via the commandLink\'s action property but i[详细]
2023-04-03 15:20 分类:问答JSF and p:ajax inside p:dataTable inside ui:repeat
I\'m familiar with RichFaces, but relatively new to Primefaces and trying to implement a simple h:graphicImage inside a p:dataTable (additionally inside a ui:repeat). This is the subsequent question o[详细]
2023-04-03 10:03 分类:问答