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

21
votes
0answers
443 views

Mutually restricting begin and end date-times using p:calendar (no validation)

We have a requirement to present two p:calendar components to the user, representing a start and end date each. Both datetimes have dates, hours and minutes. PrimeFaces has perfect mindate, maxdate, ...
6
votes
0answers
251 views

JSF 2.0. Unable to get POST parameters and cookies in preRenderView event handler

I am trying to develop a service. The point is that my index.xhtml should get parameters (either POST and GET) and cookies from HTTP Request. I tried combination with <f:metadata> and ...
4
votes
0answers
229 views

p:dialog gets closed on validation error of a submit with ajax=“false”, how to keep dialog open?

I have the following <p:dialog> <p:dialog id="dlgDownload" header="#{appmsg['header.download.popup']}" widgetVar="downloadDlg" resizable="true" modal="true" closable="true" width="640" ...
4
votes
0answers
2k views

JSF datatable: adding and removing rows clear rows values

I have a h:datatable showing a list of rows, and the fields of each row are input fields. I render an "Add Row" button before the table, and a "Remove Row" button on each row of the table. The ...
4
votes
0answers
3k views

Jsf DataModel vs Java List problem ( no row available exception )

In JSF 1.2 One was listing Items using Java List : private List<Customer> customerItems = null; , but in JSF 2.0 JSf DataModel (ListDataModel) is the way to go. (I am using JSF 2.0) private ...
4
votes
0answers
3k views

javax.crypto.BadPaddingException: Given final block not properly padded

While launching my web application I am getting the following error: javax.crypto.BadPaddingException: Given final block not properly padded Caused by: javax.crypto.BadPaddingException - Given final ...
3
votes
0answers
43 views

Assign 'value expression' in place of 'method expression' in JSF

In my composite component, I iterate a list<list<javaDetailClass>>. I get all my <h:commandButon> attribute's values through value expression like #{iterator.value}. But the problem ...
3
votes
0answers
76 views

JSF 2 Custom component annotation does not work

Ok i've already browsed a lot of topics here but none of them solved my problem. My problem is simple: I have ultra simple custom component: @FacesComponent("HelloWorldComponent") public class ...
3
votes
0answers
212 views

Invalidating specific user's session causing own JSF page's navigation to break

I'm currently maintaining a Map of all currently active HTTPSessions in an @ApplicationScoped bean. (As per suggestions here, and in various other topics: Invalidate Session of a specific user) I'm ...
3
votes
0answers
139 views

OmniFaces ExtensionlessURLS, Different behavior between Mojarra and MyFaces

After uncovering some potential performance issues I was having with Mojarra, I recently switched my application to run on MyFaces 2.1.10 implementation from Mojarra 2.1.7. I have been using the ...
3
votes
0answers
90 views

How to pass values to attributes in custom tags in jsf 1.2

I am trying to create a custom tag file in jsf 1.2 with two attributes. I want to pass the values in these tags from the jsp page where this tag is used. how can this be done?
3
votes
0answers
444 views

p:selectOneMenu value set to null, when in p:inplace in refreshed tab view

I'm using p:tabView to split the editable data into the sections. All edit elements are places inside p:inplace components. The problem is specifically with p:selectOneMenu component. When the whole ...
3
votes
0answers
546 views

Duplicate id when dynamically adding new component to JSF component tree

Using JSF 2.1, Mojarra 2.1.3, Glassfish 3.1.1, and PrimeFaces 3.3.1 I'm trying to handle processing field level security in JSF, on the preRenderView event, and having issues when needing to add a ...
3
votes
0answers
509 views

Get session Map

In My code I have a simple Phase Listener. public class PhaseTracker implements PhaseListener { private static final Logger LOGGER = LoggerFactory.getLogger(PhaseTracker.class); @Override public ...
3
votes
0answers
170 views

User entered values disappear after validation in JSF

I have h:selectOneMenu component in my page. User has to select "Yes" or "No" there, initial value is null (labelled "Unknown"). In bean it's Boolean, so null is possible. If user selects valid value, ...
3
votes
0answers
294 views

automatically expand a tree on loading the body

Hi all Iam new to JSF technology how to automatically expand the tree on loading the page in by using rich:tree tag. <rich:tree switchType="client" value="#{Bean.deviceServiceTreeRoot}" ...
3
votes
0answers
281 views

primefaces fileUpload miniatures

I want to upload multiple files but after I execute upload the miniature dissapears and I don't know which files I uploaded. Is there a way to keep miniatures with names after uploading?
3
votes
0answers
1k views

JSF custom component losing input focus on ajax update

I'm writing an autocomplete custom component as a learning exercise with JSF 2.1.3. The idea (which is probably pretty familiar) is to enter some text into and input component and present a list box ...
3
votes
0answers
276 views

Need to display three Apache Trinidad charts in three columns instead of the default two

I have created three charts using the Apache Trinidad chart component and I am having trouble customizing the display of the charts. By default, the charts (or gauges in my case) are displayed in two ...
2
votes
0answers
58 views

JSF doesnot react on button click

i`m new in JSF. i need to realize CRUD operations in my simple project. I have a problem with Update operation. when i click at Update button at first nothing happens (method update() in bean does not ...
2
votes
0answers
23 views

NoSuchMethodException on eclipselink

I'm developing a javaEE project using Glassfish and EclipseLink. ALthough, when i run my app i get the following exceptions: Exception [EclipseLink-60] (Eclipse Persistence Services - ...
2
votes
0answers
19 views

SessionScoped Managed Beans Lyfecycle issue

I am a newbie having problem with MB JSF Lifecycle : I got 2 Session Mananaged Beans (MB), 1 for input ant the othe for validation and DB writing. In the ValidationData MB, I inject the InputData MB ...
2
votes
0answers
40 views

Primefaces inline editing of datatable not working

Hey guys I'm trying to provide a possibility to inline-edit a row of a datatable with primefaces, but it doesn't seem to work properly. I can visually edit the values but when I click the save-icon, ...
2
votes
0answers
49 views

Programmatically register taglib reference

Is there a way to programmatically, in a java code, register custom taglib reference? I am using JSF 1.2_09, rich faces 3.3.3, jsf-facelets 1.1.14. Specifically: In this code, jsf Expression ...
2
votes
0answers
76 views

Fitting text into the Events of Primefaces Extensions' Timeline

The problem is, that I want to fit the text into the box-event of the timeline. How can I set this? <p:layoutUnit id="center" position="center"> <pe:timeline id="timeline" ...
2
votes
0answers
105 views

Setting a String in JSF and Seam using selectOneMenu populated by JS

I have a string that is being set from selectonemenu. The values in the menu depend on the selection in another menu, and are populated using JavaScript. Everything behaves fine on the front end (the ...
2
votes
0answers
81 views

Not redirecting to error page on exception

I am trying to navigate to error page if an exception occurred. For that I have defined: <error-page> <error-code>500</error-code> ...
2
votes
0answers
78 views

selenium server launching two test execution tabs in firefox

So as the title suggests, when launching my HTML suite with a custom firefox profile (also with multiwindow), the server is launching two tabs, both trying to execute the test, targetting the same ...
2
votes
0answers
465 views

JSF2 or primefaces p:selectManyCheckbox styling with icons

One question who styled manycheckboxes with icons? <p:selectManyCheckbox value="#{Step4Bean.selectedItems}" id="tag-list" > <f:selectItems ...
2
votes
0answers
74 views

How to pass the event parameter when attaching an listener to a composite component

I tried to attach an event-listener to a composite component as follows: <cc:interface> <cc:attribute name="listener" method-signature="void ...
2
votes
0answers
147 views

Primefaces selectBooleanCheckbox not displaying in the correct position

I have a dialog which will show a pop-up windows with 2 checkbox, the first is checked and the second is unchecked as the code below: <h:panelGrid columns="2" ...
2
votes
0answers
287 views

primefaces add another components to datatable paginator template

I have primefaces datatable with defined paginator template and toolbar in <f:facet name="header"> example: <p:dataTable paginatorTemplate="{CurrentPageReport} {FirstPageLink} ...
2
votes
0answers
110 views

Mojarra 2.2-snapshot and doctypes

I've decided to try JSF 2.2 (or what we have of it so far), so I grabbed the latest snapshot build of Mojarra and set it up. Now I have a template that uses prettyphoto. It worked great on JSF 2.1, ...
2
votes
0answers
156 views

FB.ui() gives errors unless display: 'popup' is specified

I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app. Basically I have the following function that I use to invoke the dialog window: function ...
2
votes
0answers
70 views

Update component on template.xhtml from test.xhtml

I have a menutab on my template that i am using on every page. I would like to update a component from the template from another paged which is based on the template. Its working like just any other ...
2
votes
0answers
271 views

PrimeFaces p:blockUI blocking a certain component dynamically (on JSF EL condition)?

How do you make PrimeFaces p:blockUI block a certain component dynamically, that is on EL condition? USE CASE: The condition at hand is basically a mode that the user can be in on a page: if there ...
2
votes
0answers
92 views

Glassfish - ajax does not work

I've done the migration from Tomcat to Glassfish and now my ajax requests does not work. I read this post I changed the settings glassfish-web.xml file such as there, but it did not help. I'm use JSF ...
2
votes
0answers
254 views

Primefaces schedule component is not showing up

I am a JSF 2.0 newbie, and I am trying to build an scheduler. So far everything has gone pretty well in terms of using primefaces and JSF tags. However I have a hard time using p:schedule tag. At ...
2
votes
0answers
119 views

JSF2 ui:repeat nullpointerexception on development stage

I have an issue (no big deal but wanted to see if anybody else had seen it) where I have an structure like the one below: <ui:repeat var="categoria" value="#{newsletterPage.categoriasNewsletter}" ...
2
votes
0answers
167 views

jsf actionlistener called twice

When I defined 2 actionListeners in a composite table, the first actionListener will be called twice when I click it, but the second listener works fine without the problem. Even I switched the 2 ...
2
votes
0answers
138 views

<p:editor> does not show toolbar in Android environment

I have a problem with primefaces editor . It run smoothly on my chrome and IE However, it does not display its control on my android emulator when I connect to my web on localhost . This is my ...
2
votes
0answers
453 views

How do I access the current TreeNode in primefaces tree (in mark-up or programmatically) without binding to UI component in managed bean?

I am using Primefaces 3.4.1 with the 2.2.0-m05 milestone build of Oracle's JSF 2.2 implementation. I am also using Spring 3.1 for dependency injection and some AOP. I am trying to use the ...
2
votes
0answers
130 views

jsf facelets and http post

I have made a web application in jsf that works by the book. I used facelets for presentation with many backing beans and JPA for DB access, now i have a requirement that concerns HTTP messages. ...
2
votes
0answers
249 views

thread-safety of injected EntityManager in JSF environment

Are there any thread-safety issues or other code smells with the following pattern? Stateless EJB3 bean injected with container-managed EntityManager: @Stateless public class ServiceA implements ...
2
votes
0answers
147 views

Unable to link rich:panel scroll bar to rich:tree

Using: JSF 1.2 + RichFaces 3.3.3 We are not able to link the scroll bar of rich:panel to the rich:tree component. The selection or highlighting the node is happening in the rich:tree. But we are ...
2
votes
0answers
227 views

Using return/enter key to save edited cell in Primefaces 3.4 in-cell editable datatable

As the title says, instead of clicking on the "Save" button after switching to edit-mode, I would like to have the same functionality when pressing the enter/return-key. I attempted to do this with ...
2
votes
0answers
279 views

JS/JSF Session timeout information display

I'm using JSF 1.2 with JBoss 4.2 and Richfaces 3.3. For my current application I have to build a small panel which always displays a progressbar and the time in minutes till the session will suspend ...
2
votes
0answers
572 views

Primefaces dataTable in composite component and rowUnselect event

Implementation and Purpose: I implemented a composite component with a primefaces p:dataTable in it. I also added p:ajax listeners to the table for rowSelect and rowUnselect events whose listeners ...
2
votes
0answers
345 views

f:ajax onerror being triggered. Why?

I have an h:commandLink with a f:ajax as below <h:commandLink id="submitAjaxSearch" value="Submit Search" > <f:ajax execute="searchForm" listener="#{dcjsEarthSearchBean.doAjaxSearch}" ...
2
votes
0answers
1k views

Clicking on p:selectBooleanCheckbox should enable/disable the input text

When the checkbox is selected, the corresponding input text should be enabled. But the permit property is not set, nor updateRoles listener is called. I get no exceptions, no indication of something ...

1 2 3 4 5 83