Questions tagged as 'jsf'

3
answers

Primefaces edittable edit does not send updated value to edit

I'm trying to perform an update through the editfile of the firstfaces, but it does not send the updated inputtext value to the bean. The process occurs almost correctly, the value is sent and updated, but the old value, already loaded into the...
asked by 09.10.2016 / 22:14
1
answer

Change style FacesMessages

As shown in the figure, FacesMessages has the following default formatting: Is it possible to change the background and font styles?     
asked by 05.10.2016 / 19:40
1
answer

JasperReports report with multiple parameters

I have a report on JasperReports , it is working correctly. However the way it is, I only pass one parameter of each% of the page% jsf to the report, the screen is conformed to the image: WhatIneednowis,tobeabletosendmorethantipo,forex...
asked by 24.09.2016 / 03:11
1
answer

How to internationalize the timeline component of primefaces?

I'm using the timeline component of primefaces. Timeline Primefaces While using the "locale" property, it is not rendering in Portuguese. <p:timeline id="timeline" value="#{timelineView.timelineModel}" height="auto"...
asked by 28.09.2016 / 14:47
1
answer

How to update a h: form every 30 seconds JAVA WEB

I'm trying to create a dashboard showing the sellers' results on a big screen in my company. I need to timer the panel every 30 seconds so the results are always up to date. I have no idea how to do it, all help is welcome.     
asked by 26.08.2016 / 16:03
1
answer

Problem with the confirmDialog component of the firstfaces

In the view of my java application I have a commandButton that should open a delete dialog, but clicking the delete button does not show the dialog. The code is: <ui:composition template="/WEB-INF/template/LayoutPadrao.xhtml" xmlns="http://...
asked by 16.08.2016 / 04:47
1
answer

Fill in automatic data - JSF

I need to make my inputs automatically populated, after combo selection. I have already done the method to go through the database and retrieve the necessary information, however it does not fill ... Can anyone help me? I believe that due to the...
asked by 02.08.2016 / 14:16
1
answer

I am trying to return the name but only I can return the ID

I've been searching the days and could not find a solution. The scenario and the following: I have an employee registration screen and an employee edit screen with two classes a pessoa where I have generic property like name, addres...
asked by 03.08.2016 / 20:13
1
answer

Access my application without the version number

My JSF application runs on wildfly. But when I raise the server, to access the application I must use: link . In short: I want to take -0.0.1-SNAPSHOT and just use link . I do not know if this is set in pom, but it looks like this: <...
asked by 08.09.2016 / 18:48
1
answer

How in the xhtml commandButton to identify that an error was generated in Dao and keep navigation on the same page?

In the xhtml page on a commandButton I call the action confirm () to confirm the recording of an object. The return of this method is a string directing to a new page. <p:commandButton id="botaoSalvar" value="Confirma" update="msgs" action=...
asked by 04.07.2016 / 15:12