Questions tagged as 'jsf'

1
answer

Jasper Reports - Error fetching bean value

I've been looking for 3 days now and can not solve this problem. Let's explain: I'm creating a report in jaspersoft studio and linking to my database, in the preview of my report (within the jaspersoft software) everything is working perfectly....
asked by 29.10.2015 / 17:35
1
answer

JSF 2, CDI 1.1, SpringSecurity 4: Custom login form does not redirect to page

I'm doing an application with JSF 2, SpringSecutiry 4 and CDI 1.1. I did the entire implementation of SpringSecurity with JSF and apparently everything worked normally, but when doing the custom login form, it redirects to file links in the H...
asked by 23.07.2015 / 15:15
1
answer

Problems with ui: repeat and ajax update

Good evening. I have some problems with using ui:repeat and the ajax update of primefaces. MyintentionistolistthecriteriafromtheDecisionProcessidtowhichtheyarelinkedsothattheusercanselect,foreachoneofthem,ifitisanumericvalue(Boolean...
asked by 11.06.2015 / 13:11
1
answer

Formatting problems with p: columns

I'm having trouble formatting a datatable with a fixed column and% with% variable columns. POJO @Entity @Table(name="avaliaprojeto", schema="somore") public class AvaliaProjeto implements Serializable, SampleEntity { private static f...
asked by 16.06.2015 / 19:58
1
answer

Handle two lists of a Drag and Drop component on different ManagedBeans

I'm using the Drag and Drop DataTable component. Contextualizing is as follows: I have a registration based on steps. Where in the first step I enter the information of an Edital X, which is manipulated by the editalBean, already in the secon...
asked by 29.01.2015 / 03:41
2
answers

How to read a file sent by user using FileInputStream?

I would like the user to send an .xls file to the system and from that a database would be created. The method I have is working, however the parameter that the FileInputStream receives is a String indicating the path of the file. Only the syste...
asked by 21.07.2014 / 20:56
3
answers

How to get the edge of a datagrid from the primefaces?

How do I get the edge of a datagrid from the primefaces ??? The part of the code that uses the datagrid follows: <p:dataGrid columns="3" value="#{projetistaBean.listaDeProjetistas}" var="projetista" styleClass="ui-datagrid" > and...
asked by 05.08.2014 / 16:09
1
answer

JSF dataTable how to populate the columns with ListListInteger?

I have the following situation. A vector that will store the values that will be registered in the bean     public class PainelControleExtratoVO { public Integer[] demandaEmAberto; public Integer[] demandaEmProcesso; public Intege...
asked by 26.06.2014 / 18:22
1
answer

Download dialog does not appear

I am generating a xls in memory and it should appear for download , but at the end of the method the download dialog is not appearing. xhtml <a4j:commandButton styleClass="Button" value="Download" execute="@f...
asked by 17.11.2014 / 15:32
1
answer

OpenLayers | CloudPopUp

I'm trying to make a popup using OpenLayers (more specifically using Ol4JSF) but the part of adding the popup uses the direct jscript, and the popup comes out all bugada. What is the reason? Codeused:<m:script>varlonLat=newOpenLayers.L...
asked by 07.02.2014 / 14:25