Questions tagged as 'jsf'

0
answers

Line graph does not render (p: lineChart) [closed]

xhtml code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns...
asked by 16.01.2015 / 19:58
0
answers

List directory names, from a given location, in a selectOneMenu

Hello, I have this doubt, I have already been able to list the directories with methods found on the internet, but I have not been able to implement in a method that feeds a <h:selectOneMenu> so that an item is selected. Any suggest...
asked by 11.03.2015 / 02:21
0
answers

Tomcat application + jsf + hibernate = Slow to initialize [closed]

My application is running very slowly. Follow the eclipse log where it takes the longest:   INFO: HHH000397: Using ASTQueryTranslatorFactory     
asked by 05.03.2015 / 12:52
0
answers

Jasper report is not generated on production server

A problem in using JasperReports . I created a class to generate the reports, from some parameters. It inside Eclipse generates normally, but when I export WAR and put it into production, it does nothing. At first, I noticed t...
asked by 14.05.2015 / 19:33
0
answers

Pass as parameter to Jasper an Object

I'm trying to create a report, now it's already generating, but only when I step into JasperPrint's JREmptyDataSource (). JasperPrint impressoraJasper = JasperFillManager.fillReport("D:/Edital.jasper", parametros, new JREmptyDataSource());...
asked by 31.01.2015 / 23:47
0
answers

Customize the CKEditor taskbar (Java version) [closed]

I'm using the lib integration of CKEditor with JSF (ck-jsf-editor-0.9.4.jar) and is working correctly, but the toolbar is appearing is aa standard and I would like to set this up. Would anyone know how to do it? I tried to change the file...
asked by 27.05.2014 / 13:27
1
answer

omnifaces does not recognize CDI configured in tomcat

Good morning, everyone. I'm doing the book project "algaworks-ebook-java-ee-7-with-jsf-primefaces-and-cdi-2a-edicao-20150228" and I'm having trouble adding omnifaces . When I go up tomcat, I get the following error: ... INFO: WELD-ENV-001...
asked by 26.05.2016 / 15:49
2
answers

Disable a p: inputText through cursor focus in another p: inputText

Hello! I'm having difficulty doing a validation. It is the following ... I have a form made inside the components Primefaces 4.0 that has the fields "Cellular" and "Telephone". My intention is for the form to start with these two enabled fields,...
asked by 07.04.2016 / 03:50
1
answer

Tomcat JSF 1 Error with f: convertNumber

Hello, I use my application in tomcat 6, I need to change to tomcat 7 but everywhere I use f: convertNumber I get the following error:    /pages/pvt/ipd/cliente/consultar.xhtml @ 37,105 value="# {clientPocketController.client.client}": Can n...
asked by 10.02.2016 / 18:15
2
answers

Execute a method on the ManagedBean when initializing the Page

Personal Greetings. I would like to know if there is any formal way to execute a method on the ManagedBean when invoking / initializing a page? I've already done this, usually putting EL directly on the page, before any other JSF element,...
asked by 12.09.2014 / 17:08