Questions tagged as 'jsf'

1
answer

Doubts about JPQL

I honestly have some difficulty with BD, and I need a JPQL that returns only one record. I have an Entity Price and an Entity Product. I need to bring the last price registered by the user. I put a date and ID, I imagine it could be the last ID...
asked by 19.08.2017 / 01:03
2
answers

DataTable data is not displayed, even with loading of ArrayList being executed correctly

I'm loading a JSF dataTable with an ArrayList, but the result is not displayed at all, here's my code: index.xhtml                <h:body> <h1>Novo Jogo</h1> <j:form> <fieldset> <leg...
asked by 30.04.2017 / 18:44
2
answers

Thymeleaf Spring JSF

I'm trying to internationalize templat, using Thymeleaf 3.0 Spring 4.2.3 JSF 2.2 What is sent next to an email. #{i18N.descriptionPortal} When you print in the email html it looks like this ??i18N.descriptionPortal_pt_BR?? o...
asked by 05.01.2017 / 17:24
1
answer

Field reading HTML tags in JSF [closed]

I would like in my field that I will add the text and send it to the bank, add for example a link ex: <a href="http://www.globo.com/" ></a> , however, when printing on the screen, coming from the bank, it printed the complete t...
asked by 03.01.2017 / 11:39
1
answer

Refresh message

I have the following screen: <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xm...
asked by 21.03.2017 / 15:04
1
answer

Primefaces does not find Panel and DataTable components

I'm doing a job where I use Primefaces + Ajax + Hibernate. I have a screen to add / change a client that should open in a modal every time the user clicks the button. And in that same code I have a dataTable to show all clients. However, for som...
asked by 12.11.2016 / 15:33
1
answer

Error trying to insert data via JSF form- BEAN error

I'm starting to create a WEB application using JSF, however I try to insert some data through a form and the error below is displayed:    /usuario.xhtml @ 19.72 value="# {BlueEmail user"): Target   Unreachable, identifier 'userBean' resolved...
asked by 24.09.2016 / 03:25
1
answer

Error accessing method in ManagedBean

I'm having problems accessing a method that stays in my ManagedBean, the idea is this: I have a page where I can check the records that are in the db from the "Browse" button and then the records appear, all in a good one however for each record...
asked by 14.09.2016 / 00:40
1
answer

f: setPropertyActionListener does not work

I have the following page xhtml with the "Delete" button. <ui:composition template="WEB-INF/templates/_perfil-template.xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="...
asked by 04.07.2016 / 22:26
2
answers

Send selected record from a p: dataTable to form, JSF firstfaces

Hello, I'm new here, and I'm migrating from Struts 1 to JSF. I am developing in JSF a user registration screen. I would like that when I select a record from p:dataTable , the data from that selected record went to the fields of the for...
asked by 24.08.2016 / 15:23