Questions tagged as 'jsf'

1
answer

Creation of dynamic combos and flaps - Jsf / Primefaces

I'm working on a project that has as basic requirement that the user can create screens to view data coming from various data sources. The user creates what we call a dashboard and includes components (label, table, graph, combo). The user can o...
asked by 23.03.2016 / 03:13
1
answer

Persist object in CRUD JSF + CDI + JPA

I'm doing a simple CRUD using JSF, JPA and CDI. I have two screens: A screen with a datatable listing the data, on each line has the edit and delete button, at the beginning of the screen has an insert button, the edit and insert buttons...
asked by 19.01.2016 / 21:54
2
answers

JSF Converter Generating Exception

In order not to escape the scope of the previous question: Displayed product is the lower within the group (Criteria) The issue apparently appeared to be resolved, although we were unable to verify that it was indeed correct due to an excep...
asked by 18.03.2016 / 02:22
0
answers

SpringSecutiry and JNDI Authentication problem

I'm having an authentication problem when I add the datasource to my project, so when I try to sign in, authentication happens but not the transition to the post-login page. I use the custom UserDetailsService, get the connection to the bank, bu...
asked by 20.02.2016 / 19:20
2
answers

Wildfly error: [org.jboss.remoting.remote.connection] (XNIO-1 I / O-2) JBREM000200: Remote connection failed

When trying to run a project by Eclipse Mars using Wildfly 9 in Windows 10, the following error occurs: 11:25:08,167 ERROR [org.jboss.remoting.remote.connection] (XNIO-1 I/O-2) JBREM000200: Remote connection failed: java.io.IOException: Uma co...
asked by 18.12.2015 / 15:54
1
answer

Why is null returned when accessing the managedBean resource?

I'm having trouble accessing methods and attributes on a Managedbean. I'm using JSF and the Glassfish server, I've already used a similar architecture that I'm using however on a Tomcat server. I would like to know if anyone has ever had a pr...
asked by 28.12.2015 / 03:37
1
answer

What is the name of this component below? [closed]

Do you have any components ready with primefaces that do what the image illustrates below? I need to do this with JSF and I'm kind of lost. The idea is that yes it is a complete auto, but if it does not find anything I want it t...
asked by 19.11.2015 / 15:33
1
answer

Hide column at time of edit

I have a registration screen with some attributes, which at the time of editing I do not want to load the password, because I just want to change the name and the email, that is, I want to hide the password column only in editing. p> NOTE: All...
asked by 03.11.2015 / 14:01
0
answers

Join two h: dataTable with jQuery without losing records after update

I have two datatables, the first one loads 5 records when loading the page and the second one is hidden and empty. Whenever the scroll reaches the end of the page I go to the database, I load 5 more records and fill in the arraylist of the se...
asked by 26.11.2015 / 19:06
1
answer

How to set Rendered parameter via bean JSF 2

I'm facing a small challenge where I need to dynamically create a dashboard from a drop down. It is functional but there is a button in each Panel that rendering it depends on the existence of another panel. Logic: If PanelCity exists,...
asked by 26.11.2015 / 16:22