Tagged Questions
0
votes
2answers
29 views
JSF Primefaces row value null in Edit popup window
I am using JSF 2.0 with Primefaces 3.4.2
For some strange reason I am not able to get the value in popup dialog window when a command button of row in datatable is clicked. Not sure what am I doing ...
0
votes
0answers
17 views
Exception and error handling configuration through web.xml
I am using Apache MyFaces and need to handle ViewExpiredException differently than other internal server errors.But I find that if I include error-code, 500; then in ViewExpiredException error also it ...
0
votes
0answers
24 views
How to fetch pageNo in rich:dataTable?
I have a rich:dataTable with many values.
1.I want to fetch the page number.Suppose I have 100 entries in my dataTable,
on every page I have only 10 values That means I ahve only 10 rows per page.
Now ...
0
votes
0answers
32 views
How to get upload percentage (as an integer) of the primefaces component fileupload
I am using p:fileupload but I don't want to use its own progressbar. I want to create a label with the upload percentage as value near the upload button. Problem is I can't get any information of the ...
0
votes
1answer
58 views
Primefaces JSF java.lang.NullPointerException: Argument Error: Parameter text is null
I am using JSF 2.0 with Primefaces 3.4.2,when I run my application, I am getting the following exception
java.lang.NullPointerException: Argument Error: Parameter text is null
at ...
-1
votes
1answer
40 views
P:diallog is not synchronise with the values of My bean
I'm stuck here since yesterday
I have a page jsf into p:dialog
this is the dialog in page A
<p:commandButton value="Ajouter" rendered="#{LigneXL.resultat eq 'N existe pas'}" ...
1
vote
1answer
38 views
Dynamic reload of items in select many component
I want to achieve sth similar to http://www.primefaces.org/showcase/ui/pprSelect.jsf but i need a collection of double-combos, so i wrapped it in ui:repeat
I need on the backend check which element ...
0
votes
2answers
25 views
JSF how upgrade to Mojarra 2.1.21 in Netbeans7.1 (just sub jsf-api.jar and jsf-impl.jar fails)
I want to upgrade from JSF implementation Mojarra 2.1.3 in Netbeans7.1 (Glassfish 3.1.1).
You might ask first why I don't just upgrade to Netbeans7.3, and the reasons include that it it runs ...
1
vote
1answer
35 views
f:setpropertyactionlistener in datatable always return me the last object
f:setpropertyactionlistener inside datatable doesn't give me the current row instead it gives me the last object always..
pls help. thanks!
code.xhtml
<p:dataTable id="datatableid" ...
1
vote
2answers
47 views
JSF validator method results in duplicate FacesMessage shown in p:messages
I have two PrimeFaces p:calendar components, one representing a begin and the other representing an end date.
I want to run a validator method now whenever one of them changes.
Here's the end date ...
0
votes
0answers
42 views
primefaces: p:pickList doesn't update the source and target
i have been accessing the p:picklist for the first time and i am facing a issue where i am not able to get source and target values updated as in the p:picklist ui. I am using list of DualListModel. ...
0
votes
2answers
39 views
Conditionally render p:selectOneRadio based on checked values of p:selectManyCheckbox
I have two checkboxes.
<h:panelGrid id="userActivationGridcheckbox">
<p:selectManyCheckbox value="#{user.activationModecheckbox}" layout="pageDirection">
<f:selectItem ...
0
votes
3answers
42 views
primefaces dialog disappears after show up
I have a commandButton and a dialog. The problem is after the dialog box appears, it disappears(1-2 miliseconds later). Is there a problem with my commandbutton or its dialog issue?
...
0
votes
2answers
52 views
Primefaces dynamic table property
How can i reach the subClass property of a variable. As you can see Primefaces example I can reach properties like Car.color, Car.shape but what I want to get is "Car.PriceInformations.Price". I tried ...
-6
votes
0answers
19 views
JSF: What are best techniques and tools for investigating the build phase [closed]
Spawned from JSF: how prevent stackoverflow due to recursion during build phase (despite rendered test)
I welcome any recommendations on effective ways or tools to help investigate what is built (as ...
0
votes
0answers
22 views
managed bean must to be serialized?
hi i realise a j2ee application with jsf and jsf managed bean working well.
but i have a technique question. all my managed bean are Viewscoped excepte the jsf managed bean of authentification . and i ...
1
vote
1answer
41 views
Page jsf into dialog not working
I try to folow exemple from primefaces site .using Dialog Framework - Basic
<p:commandButton value="Options" icon="ui-icon-extlink" action="#{dialogBean.viewCarsCustomized}" />
Bean ...
0
votes
0answers
21 views
JSF related project facets not appearing in Eclipse Juno
I'm trying to create a dynamic web project with JSF 2.0 configuration in Eclipse Java EE Juno SR1. I have installed WTP tools from http://download.eclipse.org/releases/juno/.
I use Java 1.6
I face ...
1
vote
0answers
42 views
p:ajaxStatus doesn't work for the second request
Prior to showing the edit dialog, a loading gif is used to display the progress.
<p:dataTable id="accounts">
<p:column>
<p:commandButton
...
0
votes
0answers
19 views
JSF + Quartz scheduler with sleep function
i need to create a scheuler with job1 conditions
1) when some condition fail in job1 i need to sleep the job for some time ?
queries
1) how can i do this in jsf with quartz 2.1.x or above
...
-1
votes
1answer
26 views
Optimisation code jsf
I want to display a button according to the value of a string !!
I have two type of button:
button value = "Add"
button value = "Update"
<p:column>
<f:facet name="header"> ...
1
vote
1answer
29 views
How to get total Tab count of Tabview
I have a dynamic Primefaces Tabview. How can i find total visible tab count? I have tabs with rendered property which binded to some variables. I want to get total rendered tab count.
<p:tab ...
1
vote
1answer
29 views
`ViewScoped` bean gets re-created after `<f:actionListener>` added? [duplicate]
My JSF backing bean is ViewScoped.
Since I've added another action listener, the bean gets re-created even the view hasn't changed.
@ManagedBean (name="EncryptionBean")
@ViewScoped
public class ...
0
votes
2answers
31 views
How to create chrome like tabs with primefaces
There are buttons like chrome-firefox bookmarks(say "google","facebook","twitter"). What I want to do is when user clicks a button, its related tab will open. For example if user clicks google button, ...
-1
votes
2answers
63 views
How to put a p:commandButton inside a p:panel footer
I want to put a primefaces commandButton inside a panel footer but it seems that primefaces panel footers take only text, i want to do something like that :
<p:panel id="JunglePanel" ...
0
votes
2answers
52 views
JSF adding textfields dynamically on click of a button
I have written the following code so that I can have a single textfield followed by a add button and a save button at the bottom.
I want the first textfield and add button to be fixed, but whenever a ...
0
votes
1answer
32 views
How to call to get the source page which requets another JSF page
I want to know how to get the name of the page that requests another JSF page to further call specific methods in the bean according to the source page, i don't want to use <f:event ...
0
votes
0answers
32 views
How to stop a4j:ajax component in richfaces from reloading the complete default component?
I am developing application in richfaces 4.x . I am stuck while using the rich:select along with a4j:ajax .
Following is the code snipplet-
<rich:panel id="test" style="min-width: 604px; ...
0
votes
1answer
39 views
How to initialize variables in a session scoped bean
I have two booleans that controls the render of some components, the problem is that the variables saves there last state until the session expires, i
<f:facet name="footer">
...
0
votes
2answers
48 views
Passing variable to another view: best practice
I've got a form in a view, for example say:
form.xhtml
<h:form>
<h:panelGrid columns="2">
<h:outputLabel value="Name" />
<h:inputText value="#{bean.name}" ...
0
votes
0answers
27 views
When using lazy dataTable another component does not get updated / 2nd component data is one request behind
I have a PrimeFaces p:dataTable and enabled lazy loading by implementing a LazyDataModel.
The dataTable holds search results, so when doing a search request the search service only retrieves the ...
-3
votes
0answers
28 views
p:commandButton not execute f:setPropertyActionListener in @Requestscope [closed]
I try to get the bean object in p:dialog by set the beanObj in setPropertyActionListener at p:commandButton with @RequestScope.
its return a null value
pls help me.
1
vote
0answers
55 views
<rich:extendedDataTable> <c:forEach> Displaying a table via a “Map of maps”
I have a data model with structure : TreeMap < String, TreeMap< String, Double>> resultMap;
This is stored in a SessionScoped ManagedBean.
I am trying to output this via a dynamic < ...
1
vote
1answer
38 views
JSF Chrome Save Password on Login form
How do I get my JSF login page to prompt Chrome to save password?
<h:form id="login-form" class="form login-form">
<h:outputLabel for="j_username" value="Email:" />
...
1
vote
1answer
60 views
Ideas on page load time measurements
The question is - how do you measure the time of page load, which technics you use, which recomendations can you give, and what positive and negative experience do you have.
The trouble is that even ...
1
vote
1answer
25 views
Render multiple components with f:ajax
The wrong codes are:
<h:form id="search_form">
<h:commandButton class="button" value="View" action="#{InfoBean.search}">
<f:ajax execute="search_form" ...
1
vote
1answer
37 views
JSF or PrimeFaces searcheable treeview control
Is there a JSF or PrimeFaces control which is a "searchable" treeview? I am thinking similar to the Eclipse "options", where you type in some text into a searchbox and the treeview autoupdates ...
0
votes
1answer
35 views
how to change Datatable's column width
I have a datatable dynamic columns. How can i change this datatable's column's width. Width property of p:columns is not working. Do I need to override "ui-editable-column" style?
<p:columns ...
0
votes
0answers
23 views
Http session and @ViewScoped map location
I was thinking of switching to a distributed key-value store for http session data when suddenly @ViewScoped beans came to my mind. They also persist their state of the view in a Map<String, ...
0
votes
0answers
24 views
Retrieve two properties using <h:selectOneMenu>
I am displaying two values in JSF <h:selectOneMenu> and want to retrieve both values in managed bean. following is my JSF code.
<h:outputLabel value="Product "/>
<h:selectOneMenu ...
1
vote
2answers
40 views
hanlding a ui:repeat that returns empy value
I have a ui:repeat that returns a list of entity. Is there any way to know that the returned list is empty?
<ui:repeat id="resulta" value="#{testController.testList}" var="list">
...
0
votes
0answers
39 views
Even basic DOJO not working with JSF (2.0). No luck
I am very new to Dojo and was trying a tutorial on DOJO with JSF. I went through numerous link to understand how to integrate DOJO with JSF.
DOJO version: 1.9 JSF Version: 2.0 with JSP
I wrote a ...
0
votes
1answer
45 views
Map as backing property for rich:pickList
I want to use Map<String, List<Object>> as a backing property for rich:pickList as follows:
<ui:repeat value="#{bean.selectedMap.entrySet" var="entry"} >
...
0
votes
2answers
71 views
Primefaces datatable header alignment
I have a problem with primefaces datatable. As you can see there is an alignment problem with columns border and headers. Is this a primefaces bug or there is something wrong with my datatable? By the ...
0
votes
2answers
58 views
Prettyfaces, it's not been resolved?
I'm trying to build custom URL as prettyfaces tells that it do, but after setup it, it gives me this error:
Referenced file contains errors ...
0
votes
1answer
73 views
PrimeFaces dialog lazy loading (dynamic=“true”) does not work?
I have recently changed all my beans from RequestScoped to ViewScoped. Suddenly, the lazy loading of dialogs does not work. I am using PrimeFaces JSF library.
<html>
<h:body>
...
1
vote
2answers
43 views
How user <h:messages> only if not null messages?
I was thinking in use <h:messages> in a better way, something like this:
<h:panelGroup rendered="#{not empty facesContext.getMessages}">
<hr/>
<h3>Please inform us ...
-2
votes
1answer
29 views
How to use EL with p:panel header?
I want to put a dynamic string inside a p:panel header just like using it with p:inputText for example value="#{object.property}" is it possible to do that ?
-2
votes
1answer
165 views
JSF button is not working after AJAX call
I have this JSF button which calls Java method when it's pressed:
<h:commandButton id="editdata" value="HiddenDelete" style="position:absolute; bottom:25px; right:650px;" ...
0
votes
1answer
66 views
JSF2 + Primefaces : DataTable lazy loading issue
I guess, my java code is proper, but records are not showing on dataTable.
Please check below code. i dont know where i made mistake.
.xhtml
<p:dataTable value="#{userDetailList.userDataList}" ...




