Questions tagged as 'jsf'

1
answer

Ticket Generation with Bopepo

I have a system that generates an accounts receivable, and I'm trying to implement the generation of bank boletos, my teacher Advisor has indicated me the tool 'Bopepo' Jrmum. I inserted it into my system and was able to generate a sample ticket...
asked by 16.09.2016 / 20:48
0
answers

Calling properties in java

I created a .properties file to organize my texts, etc. I can usually use calling the key from a .xhtml . But I can not call from a .java code. My files are below: package br.com.pokemax.util; import java.util.Locale; impo...
asked by 27.09.2016 / 00:17
0
answers

Error when listing data in Dialog of the Primefaces

Clicking comandButonn is loading the last video in the list in dialog , but datatable works correctly when viewed by component media . I want to make it easy for the user as follows: When the user clicks the abrir...
asked by 25.09.2016 / 22:06
0
answers

Primefaces - Size columnToggler

I have a datatable with a columnToggler, but would like to remove the fields without increasing the size of the first field. I'm using Primefaces 6.0. <p:dataTable id="cars" var="car" value="#{dtBasicView.cars}"> <f:facet name="he...
asked by 28.09.2016 / 18:51
0
answers

Address finder by zip code in Java

Good morning, guys! I have a zip code finder that is no longer working. When I use the URL passing my zip code it returns the query. Thank you in advance for the help! Here's a sample link to test the direct query in the browser. Here is...
asked by 03.09.2016 / 16:18
0
answers

JSF Download Archive Saved in the Bank

Hello, I have a jsf page where I load the data of a entidade , between the data there is an attached file (pdf, xls, jpg etc.). I would like you to click on the file name to download the file. If anyone can help in any way thank you. Me...
asked by 26.08.2016 / 16:40
0
answers

Edit dataTable in Dialog box in JavaWeb - JSF

I need to edit a line of the dataTable when I open the dialog, but it is not working the way I am doing, I did a test in the console, and the object gets null when I send the edit of it, it's like it does not load. Image to demonstrate what I...
asked by 30.09.2016 / 17:58
1
answer

View does not communicate with MB

I'm using Primefaces, JavaJPA, and Wildfly, there is not much to be but my question is this: my view is not seeing my MB, when squeeze gives the following error:    Target Unreachable, identifier 'loginMB' resolved to null I'm using the f...
asked by 12.08.2016 / 21:27
0
answers

CDI Bean with @SessionScoped initializes more than once

I created a bean CDI with session scope (% with%). The problem is that you are going through the constructor several times, and it should be only one time while the user is logged in, correct? I've already changed the constructor to a metho...
asked by 13.09.2016 / 14:19
1
answer

Method to check three objects at a time

Work with Java and JSF. I have a list of 27 objects and I have a method called every 20 seconds through polling , which updates a field of these objects. For very specific reasons, I need this method to update every three objects. That is...
asked by 09.08.2016 / 17:22