Questions tagged as 'jsf'

1
answer

Error generating report with Jasper Reports using JSF

I'm following a tutorial which explains how to generate reports with iReport using JSF . I mounted my report in iReport and it is working perfectly, that is when I give a preview all the data the bank I selected is loaded into t...
asked by 21.08.2015 / 19:01
1
answer

How can I not refresh the page when closing a modalFanelPanel?

I need to close a modalPanel from RichFaces to the page where the modal call was not rendered. The action to close modalPanel looks like this: <h:commandLink onclick="Richfaces.hideModalPanel('modalRegistroItemAnalise');">...
asked by 16.09.2015 / 13:38
0
answers

Tips for upgrading JSE application to J2EE

I have not worked with Java for more than three years, I have worked with PHP, learned and liked it a lot. In my opinion, all two languages have many legal advantages to be incorporated into the other. A few years ago I developed a JSE projec...
asked by 14.05.2015 / 03:02
0
answers

Problem with using frozen columns in Primefaces

I'm using primefaces with frozenColumns , like this: <p:dataTable id="dataTable" var=.... scrollable="true" scrollWidth="800" frozenColumns="1"> But when it breaks the line, the frozen column does not follow, as in this image:...
asked by 15.05.2015 / 21:24
1
answer

Problems with selectOneMenu in Jsf 1.2

I need to use JSF 1.2 for client restriction. I'm using selectOneMenu to select the type of person (Physics / Legal) and change the mask dynamically with <a4j:support> and it's working. But the Bean when receiving the v...
asked by 09.09.2015 / 00:09
0
answers

Jquery error in Demoiselle with JSF and Primefaces

A Demoiselle application uses an upload button for each record inserted in a list. That is, at a certain point the page can contain from 1 to N repeated upload components according to the amount of records selected on the previous page. For exam...
asked by 24.03.2015 / 20:48
1
answer

Capture the change event in a p: selectOneMenu of type Enum

I can not catch the change event of component p: selectOneMenu, whose load source is an enum. I registered in my view the change event of Ajax, however the listener method is not called. My view uses the following code to load the combo: &l...
asked by 10.04.2015 / 20:55
0
answers

Could not find backup for factory javax.faces.context.FacesContextFactory

I am creating a project using Spring Boot + PrimeFaces but when trying to access the page I get the following error:    Whitelabel Error Page       This application has no explicit mapping for / error, so you are seeing this as a fallback....
asked by 27.01.2015 / 14:15
0
answers

How to create PDF from .jasper

I created a report in iReports and generated the .jasper, but I have no idea how to generate the PDF, I've tried several tutorials and nothing works to create the pdf. What I need is to generate the PDF and pick up the path of the created file t...
asked by 31.01.2015 / 17:26
1
answer

JBoss for during JSF 1.2 initialization after project conversion to Maven

I have a project running perfectly on JBoss AS 5.1 , however this same project was not designed using Maven . This means that the dependency management process is still manual and build is done by Ant. The project is not very large and do...
asked by 19.03.2014 / 19:42