JavaServer Faces (JSF) is a model-view-presenter framework typically used to create web applications. Using the standard components and render kit, stateful HTML views can be defined using JSP or Facelets tags and wired to model data and application logic.
0
votes
0answers
16 views
Button not displaying image
![enter image description here][1]I folow every exemples here
But nothing is work
I try to add image to my commandebuton .but ..
.imagesbuton{
background-image:url("/image/add.jpg") ...
0
votes
0answers
7 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
1answer
8 views
initial JSF1.1 bean after request parameters are set
I need to perform some initialization of a JSF1.1 bean after all URL request parameters are set. Is there a good way to do so? For example, if the manage-bean is setup in faces-config like below, I ...
0
votes
0answers
12 views
JSF Converter Validation Error: Value not valid
I have a rich:pickList, when submit values it still displays error: "Validation Error: Value is not valid". I also set breakpoint to debug (getAsobject), but after system invocation I had nothing.
...
0
votes
0answers
9 views
JSF JDBC primefaces datatable edit is not working
EditPage issue:
I am getting the edit page populated with values except primary key, foreign key attributes. And also the SelectOneMenu values are not set.
There are around thirty fields in the ...
0
votes
1answer
15 views
<f:viewParam lost after second ajax call
I have this p:treeTable with f:viewParam to set value and do search in back bean in view:
<f:metadata>
<f:viewParam name="id"
value="#{editorBean.id}"
required="true" />
...
0
votes
0answers
18 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
1answer
12 views
script not executing in jsf
I am using an ajax request for autocomplete in jsf, I want the autocomplete suggestions to disappear once I click at any other point in website.
I am using onblur, and calling script for to change the ...
1
vote
2answers
15 views
p:commandLink doesn't trigger p:blockUI
I am using PrimeFaces. Here is the code:
<h:form>
<p:dataTable...>
<p:column...>
<p:commandLink id="featuresLinkId"...>
</p:column>
...
0
votes
0answers
19 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
0answers
9 views
Primefaces - DataExporter and graphicImage - change exported value
I have the following problem:
I get false / true values from my database in form of „0“ and „1“ strings.
Because I want to be nice :-) to my users, the output in my datatable shouldn't be zeros and ...
0
votes
1answer
7 views
icefaces ace tree style broken
I am using the ace:tree component of icefaces with lazy loading.
The initializing at the post construct:
lazyTreeModel = new LazyNodeDataModel<ProjektPaketNode>() {
private ...
0
votes
1answer
18 views
primefaces Data table with expandable rows + editable expansion
I am using Primefaces (version 3.4) dataTable with expandable rows. It is working fine.
Now I want to edit the expansion and to save the edit.
I tried it as follows but not working..
...
0
votes
1answer
37 views
what is @,: in JSF
I have few doubts on JSF
1.@this,@form and :form space with id of panel/row etc.what meant these attributes?when would be use these attributes in jsf?
2.In rendered attribute,Can i check ...
0
votes
0answers
24 views
command link not working in child nodes of primefces tree
I am trying to use commandLink inside primefaces basic tree the commandLink is working fine in main nodes while does nothing in child nodes.
<?xml version='1.0' encoding='UTF-8' ?>
...
0
votes
1answer
42 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 ...
0
votes
1answer
14 views
Applying a styleclass to Rich Faces Drop down menu
I am using Rich Faces to design a drop down menu. I want to apply a style class to it.
Please find below my code:
<rich:dropDownMenu inputClass="ovalbuttonBig" value="Add Part" ...
0
votes
0answers
32 views
Invoking a protected method from a method in JSF managed bean which is annotated by @PostConstruct
In a JSF managed bean a method annotated with @PostConstruct - (javax.annotation.PostConstruct) is invoked as soon as the JSF managed bean is loaded i.e after the constructor of the managed bean ...
0
votes
1answer
36 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
22 views
how to get variable on managed-bean?
I am trying to make a login screen, so I get ıbanNumber and pass from user and check it on the database. This is working but when I try to use `doldur() on another page for fetch some info on database ...
-1
votes
1answer
26 views
How to send/recieve data to/from bean function using JSF Richfaces AJAX?
I'm trying to get some code working in an XHTML/JSF/Spring application through which I send an ID to a bean function and expect a string in return. I haven't found an understandable tutorial on this ...
1
vote
1answer
28 views
JSF: 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
0answers
9 views
spring primefaces controller bean method access
I'm having an issue when trying to use my controller methods from the page.
I've tried with action and actionListener, and I've mixed these two with ajax="true" and immediate="true" so there are not ...
1
vote
0answers
20 views
Upgraded to JSF 2.1.22 and now PrettyFaces URLs are broken
As the title states, I recently upgraded to jsf to 2.1.22 to address an issue with nested ui:repeats. Anyway, in doing so all my Prettyfaces URLs are no longer working. Instead of the url:
...
1
vote
1answer
17 views
Query version info from jsf application
I just stumbled upon a paper on JSF security containing the following statement:
In Suns RI JSF implementation, the
"com.sun.faces.disableVersionTracking"
conguration parameter is defined ...
3
votes
1answer
35 views
Using Facades Pattern with JSF, in one entity only, Entity Manager is Null
I have an entity which attempts to call a facade (which I'm calling steps) which is talking to a DAO. The Entity Manager in only this case is null (offending line >> http://goo.gl/rqyRg) when I ...
0
votes
0answers
13 views
CSRF projection in JSF
I'm using JSF 2 with Mojarra 2.1.10 on Jboss 7.1. I'm wondering if the current implementation of ViewState in this version is protection enough agaisnt CSRF. I've read some contradicting information ...
0
votes
0answers
22 views
Primefaces' <p:poll> updates all components?
For some reason <p:poll> seems to update every component in the view, not just what's specified in the "update" attribute. For instance, given the following code, if I put a breakpoint in ...
0
votes
1answer
17 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
33 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" ...
0
votes
0answers
14 views
Refering to a jsf input from javaScript
I got a google map with an infoWindow, my info window looks like this:
<script type="text/javascript">
new google.maps.InfoWindow({
position: latLng,
content: '<input ...
0
votes
1answer
27 views
JSF Epic EL Warning, should I worry?
I'm Developing a Liferay protlet that works with JSF 2 and PrimeFaces (3.5). I'm using Eclipse, and when I enabled in the Project Facets, the 'Java Server Faces', I'm getting this amazing error
...
0
votes
0answers
23 views
Exception in Integrating Struts2 with JSF
i've created a web application in struts2 integrated with jsf.
i've followed the tutorial (http://www.techienjoy.com/struts-jsf-integrate.php) to do the sample struts2+jsp web application
the ...
0
votes
0answers
26 views
Command link in first page works fine but not from second page onwards in primefaces datatable
Hi I am using Primefaces 3.3.1, I have a datatable in my project. Suppose that datatable is for Cars list.
Whenever user will click car title, an ajax method will be called and provide the car ...
0
votes
0answers
14 views
Rich Calendar auto show Time Field
According to the Richfaces docs its possible to manage time on rich:calendar upon a certain date is selected, which is working on my side.
My question is, Is it possible to show the editable time ...
2
votes
1answer
19 views
How can I make Selenium tests inside my JSF project?
I have quite big JSF 1.2 project and I want to write some integration tests to it.
The perfect situation will be, when I can run these tests from my project and it opens my browser and makes all the ...
0
votes
0answers
19 views
primeface get all row value of datatable
I am new for prime face. I had a checkbox and textbox value on dataTable.And dataTable will load data from database. Please see my code below
text.xhtml
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
1answer
32 views
highlighting text in html textarea using java
I develop a web based system using jsf and java.
If there is a similarities between keyword entered by user and keyword stored in mysql database then the keyword will be highlight.
It is possible ...
2
votes
1answer
48 views
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext
I have a web application in the following environment.
Spring 3.2.2
Spring Security 3.2.0
JPA 2.0
JSF 2.1.9
I have added the following libraries related to Spring security to the classpath.
...
0
votes
1answer
34 views
How to set border and scroll bar color for h:selectManyListbox
I want to set the border color and scroll bar color to red for my h:selectManyListbox
<h:selectManyListbox id="abc" style="">
</h:selectManyListbox>
0
votes
0answers
26 views
Primefaces Datatable within Tabview - initial sort on second tab doesnt work
I have a tabView where each tab contains a datatable. I have it set up like so
<p:tabView id="tabView" styleClass="manage-tab-view" prependId="false"
...
3
votes
1answer
61 views
GET request for redirect initiated by browser but not successful
While trying to redirect user to a URL, it works with GET requests but not with postback requests.
Through firebug's Network window, I can see the redirect response received by browser after the ...
0
votes
0answers
12 views
JSF Attributes Ordering plugin
I;ve inherited some poorly written jsf + richfaces markup looking like this
<rich:comboBox selectFirstOnUpdate="true" suggestionValues="#{controller.getSuggestions}"
id="someId" required="true" ...
1
vote
2answers
43 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
41 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. ...
1
vote
1answer
22 views
Execute composite component code only when it is displayed
I have a JSF composite component inside a PrimeFaces dialog that has dynamic=true(dynamic - enables lazy loading of the content with ajax). The component is initialized inside the overriden ...
1
vote
1answer
34 views
JSF Exception Tags not rendered on page
I created a sample JSF project and trying to run in tomcat 6 but getting errors when the page is showing up. I am newbie to JSF. I also tried changing the file name to html and welcome list to show ...
0
votes
1answer
31 views
Not able to select any item from SelectOneMenu
In my implementation, the select menu appears with populated value. But, if i selected any item from the menu, the select menu not setting the value and reset to default one.
Convertor:
package ...
0
votes
0answers
18 views
How to exclude h:selectBooleanCheckbox from p:tab title?
The problem is as follows: I need to put checkbox in Primefaces p:tab title via facet, but when I click the checkbox I don't want tab to open.
Here is a code snippet.
<p:accordionPanel ...
0
votes
0answers
23 views
how combine fileUpload with other fields in the same form
I have the following code :
<h:form enctype="multipart/form-data">
<p:fileUpload
id="scriptUpload"
widgetVar="importDevicesWidget"
...






