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.

learn more… | top users | synonyms

1
vote
1answer
58 views

Web application using JSF-Front end and node.js-Back end

I'm planning to build a eCommerce web application(similar to http://zovi.com/) using JSF 1.2 and node.js. All front end components will be jsf components binding to backing bean. I want to achieve ...
0
votes
0answers
22 views

JSF Range Validator - access properties

I am using JSF 2.x. I want to bind a validator to my programmatically created elements. Unfortunately this did not work, if Validator.validate is invoked, the minimum and maximum property value is 0. ...
-4
votes
0answers
20 views

No navigation case match for viewId…and outcome

My project using JSF2.0,openjpa,spring,tomcat 3.7.5. When i calls each method, it will pop up "No navigation case match for viewId /building/company/companylist.xhtml, action #{companyMBean.query} and ...
1
vote
1answer
39 views

Basic JSF with Session doesn't work in glassfish

I wanted to test Session replication of session and application scoped beans of JSF 2 in a clustered environment, currently trying with glassfish. To do so I created a simple application that I ...
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
1answer
27 views

How to select each visible day, which are not part of the current visible month?

I have a problem. I should work with the RichFaces calendar component so I can select each day, which are visible for a current selected month, but that is not possible. An example: I selected the ...
0
votes
0answers
35 views

Primefaces dataexport to excel renders links as plain text

I need to export data to Excel spreadsheet using primefaces. I tried 3 options: Using standard HTML a href (In this case exported data contains no link at all) <p:column style="display: none" ...
3
votes
1answer
61 views

How to use Node.js efficiency in existing java web application

I have an existing eCommerce web application in JSF 1.2 framework . We wish to use node.js technology's benefits in our existing application . Our Focus : Keep View[html ] part in JSF framwork and ...
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
29 views

How to inject Repository file in converter class in JSF project

I have to use <p:pickList converter="userConverter"> component from primefaces in jsf I have created UserConverter.java class which implements converter interface I mentioned entry of this file ...
1
vote
1answer
33 views

Extended Data Table and DataScroller

<rich:extendedDataTable sortMode="single" width="700px" value="#{gpsReport.reportSummary}" enableContextMenu="true" var="gps" ...
2
votes
1answer
46 views

how to get selected index for h:selectOneMenu

I want to get the selected index for my h:selectOneMenu field. I can either use javascript or jquery please help <h:selectOneMenu id="myId" value="#{AddScriptBean.scriptEngine}" > ...
0
votes
1answer
33 views

JSF custom converter not always used

I've got a custom converter that extends DateTimeConverter, which I've registered for the java.util.Date class in my faces-config.xml. Essentially all that the new converter is doing is adding a more ...
0
votes
0answers
39 views

Primefaces cant fill inputText in dialog after click contextmenu

I'm using Primefaces Datatable-ContextMenu and Dialog to update a row (When after click to contextmenu it opens a dialog which contains will update object's fields in <p:inputext />). I have ...
0
votes
1answer
31 views

JSF set property on ManagedBean in included Faceltes page

I am new to JSF and getting very confused doing something trivial. I am making up this example here to elaborate what I am want to do: I have a xhtml fragment, say, stockQuoteFragment.xhtml, which ...
-2
votes
0answers
38 views

passing parameters from one url to another url in jsf page

i m taking input values from one page and appending those values into the url of other page now i need to carry those appended value to other page url and than need to print in that page those values. ...
-1
votes
1answer
38 views

JSF forms strange behavior

I have no idea why my forms behave in such way. This is my JSF page: <h:body> <h:form> <h:form> <h:selectOneMenu value="#{productBean.product}" ...
0
votes
1answer
60 views

How can I get item label from selectOneMenu @ JSF page

I'm dealing with a wizard in primefaces like this one: http://www.primefaces.org/showcase/ui/wizard.jsf I would like to get the raw text from a selectOneMenu (from one of the tabs) and show it in ...
0
votes
0answers
40 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
0answers
12 views

how to put info to the form after getting then from the databse in jsf and webflow

I am using webflow and jsf. when I click the link, I want to get url of the form from the database and put it for my form and get nqPassword from the databse and put it to the form. Then a new window ...
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"} > ...
1
vote
1answer
40 views

weblogic warnings reduces system performance

I am developing a web application that runs on weblogic 10g, JSF, oracle database. When I enter a page that requires to get huge query results, I come across with the following warnings: 1 xyz-warPU ...
0
votes
1answer
39 views

Values of h:inputText inside p:treeTable are not processed

I want to process this form (valueChangueListener is not valid in real case). This is the back bean: @Component @Scope("request") public class TestBean extends PrivateBaseBean implements ...
0
votes
0answers
18 views

<t:selectmanycheckbox> valueChangeListener

I have a problem with my < t:selectmanycheckbox> and valueChangeListener. It works on FireFox and Chrome but not on Internet Explorer. If I want to execute "processValueChange", I have to click on ...
0
votes
0answers
45 views

Values of h:inputText inside p:tabView are not processed

I want to process this form (valueChangueListener is not valid in real case). This is the back bean: private List<Management> managements; //getters setters protected static final Logger ...
1
vote
1answer
39 views

Using iText with JBoss 7 Java EE project

How to use iText with JBoss 7 Java EE project? I created a Java EE Project using JBoss Tools Group Id: org.jboss.tools.example Artifact Id: multi I'm now trying to use iText to create a PDF from my ...
-3
votes
1answer
37 views

dao implemention exception in jsf framework

i created a jsf web application, i am integrating common dao classes in the action class but i am getting this error java.lang.NullPointerException at ...
1
vote
1answer
89 views

Disable specific dates on p:calendar

Is it possible to disable specific dates (for example: 15th May or 23rd June) on the PrimeFaces 3.5 <p:calendar> component? There is min and max, but I need to disable specific dates like public ...
0
votes
0answers
41 views

Jsf login exception

i am developing jsf web application, i am having a problem in web.xml it shows javax.servlet.jsp.JspException: Cannot find FacesContext My web.xml file is below: <?xml version="1.0" ...
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
0answers
35 views

No such method exception while calling webservice from jsf application using Spring framework

Developed a jsf application in IBM RSA 7.0.0.7. This apllication invokes webserice of a third party. this was running fine But when i imported the same project from IBM RSA 7.0.0.7 to IBM 7.5.4 it ...
1
vote
1answer
58 views

JSF + primefaces calling getter way too much times

I read all answers on this topic (not only) on SO, but none of this solves my problem. I have datatable: <p:dataTable value="#{reportBean.reportData.rows}" ...
1
vote
0answers
26 views

ui:repeat handling the loop has already ended

I have a ui:repeat that returns a list of entity. Is there any way to know that the loop has ended? something like oncomplete function for primefaces. I am trying to add a loading indicator for ...
-2
votes
2answers
75 views

com.sun.faces.mgbean.ManagedBeanCreationException:

I created a Java EE web application with JSF 2 (PrimeFaces), Hibernate and Spring. I added all necessary jars and I declared my beans in faces-config. When I run my application I get the following ...
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
0answers
46 views

JSF 2.0 Iterate over a Map of Collection

I am new to this community. I am using JSF 2.0 having web-app version as 2.5. I am running the application in tomcat 6 server. I want to show the messages stored in the string property messageDesc ...
0
votes
0answers
16 views

Treetable not updating

I am trying to refresh the treetable on file upload. Upload is working file but after that treetable is not working. My DocumentsController file is in ViewScope. Here is the code <p:layoutUnit ...
0
votes
1answer
29 views

how to open a page in a new window in jsf with webflow after using evaluate

in jsf with webflow, I need to use a link and when I click the link a new window should be appear but the url of the link is not static I have to reade it from the database and prepare it then use it ...
0
votes
0answers
43 views

confirmDialog not working correctly

Hey guys I have a template in HTML and it has a confirmDialog. The confirmDialog should be activated just when I click a button of my template where I have defined an onClick but it is been activated ...
-2
votes
0answers
32 views

display a specific colomn in JSF selection tag [closed]

I am building a JSF+Hibernate+Spring project now, I have one problem with the JSF selection tag. How to display a specific column in a databse table to JSF SelectOneMenu Tag? Thanks.
-1
votes
0answers
20 views

JSF custom coverter, operating ob object

I have an ArrayList of specific objects and selectOneMenu. I set the label to product.name and the value to product.id. Is it possible to send whole object instead of id? For example something like ...
0
votes
0answers
42 views

Liferay with PrimeFaces, display image -NOT using Path -

I'm developing a Liferay Portlet, using primeFaces. Several pages will feature DataTable elements, where one of the columns will have an image thumbnail. How can you present an image with PF ...
0
votes
0answers
48 views

Submitted value lost when custom converter is used

I have created a custom converter to be able to parse a date/time without the time by setting it to midnight. (Thus 11.11.2011 will be converted to 11.11.2011 00:00.) When I enter some completely ...
0
votes
2answers
76 views

Values of h:inputText inside ui:repeat are not processed

I want to process this form (valueChangueListener is not valid in real case). This is the back bean: public class TestBean extends PrivateBaseBean implements Serializable { private ...
0
votes
1answer
37 views

Add and delete nodes in primefaces treeTable

I have This: <p:treeTable id="#{treeTableId}" value="#{tableBeanRoot}" var="element" resizableColumns="true" selection="#{budgetTemplateElementBean.selectedNode}" ...
0
votes
4answers
109 views

Best practice for objects where not all properties will always be used [closed]

Here is my scenario: I have an object with 10 properties (e.g. name, birthday, etc.). I am using that object on two separate pages in my jsf web app. On one page I will only ever use 5 of the ...
0
votes
0answers
32 views

How do I make p:dataTable in ui:composition more reusable?

I'm using PrimeFaces 3.4 and I have a series of .xhtml for the dataTables on a page. I would like to use one .xhtml for all the tables on the page and use ui:param when including that .xhtml for each ...
0
votes
0answers
22 views

html5 tags not rendered on ajax in JSF1.2

I'm using seam2 and JSF1.2 and have some html5 tags in the xhtml for example: <s:div id="loginFormContainer"> <aside> <h2>4PM</h2> ...
0
votes
1answer
60 views

JSF UTF 8 characters not seen ONLY in first form post, jsf, tomcat?

I have a simple JSF form where I submit a username and password and persist to database. Only in first form submit, I am having problems with UTF-8 characters. When I submit ğğüüçç in first post, I ...

1 3 4 5 6 7 303