Questions tagged as 'jsf-2.2'

4
answers

Difficulty with CSS in a JSF2 project

Greeting for all, I'm new as a Java programmer with JSF projects, I want to put an image as the page plane, and I do not know how to do it. This is the structure of my project; Itriedtoputthelineofcodeinthecssfilelikethis;background-ima...
asked by 08.07.2015 / 19:33
2
answers

Message from "required" PrimeFaces

I have the following scenario: <h:form id="formValor"> <p:growl id="growlMessage" showDetail="true" autoUpdate="true" showSummary="false" /> <p:tabView id="tabViewVinculo" dynamic="true" widgetVar="tabViewVinculo"...>...
asked by 28.08.2015 / 18:22
1
answer

How to use Google Maps with JSF

I need to use Google Maps in a JSF application. Primefaces offers GMap . I also found the GMaps4JSF . Which of the two approaches is the best, or if there are others, which one will bring me more benefits or more flexibility? References...
asked by 11.03.2014 / 15:03
1
answer

Problem using Dialog Prime Faces

Good evening, I'm developing a simple CRUD using JSF, but I'm having trouble using the Prime Faces functions. I want to do insertions, changes and deletions through Dialogs ... but until now I could not use the functions ... the dialog do...
asked by 07.07.2014 / 02:23
1
answer

Error accessing method in ManagedBean

I'm having problems accessing a method that stays in my ManagedBean, the idea is this: I have a page where I can check the records that are in the db from the "Browse" button and then the records appear, all in a good one however for each record...
asked by 14.09.2016 / 00:40
1
answer

How to display a list of images with path saved in the JSF2.2 + Primefaces 4 database

I'm having difficulty displaying images in a dataGrid using both the img and graphicImage passing the tags to the database path. Could someone help? I'm using tomcat 8. The last way I tried was this: No Bean: public StreamedContent ge...
asked by 26.10.2015 / 17:47
2
answers

How to understand shopping cart logic in a JSF project?

I am developing a prototype of Ecommerce being that I am still trying to learn the logic of the shopping cart. By this link or this other of YouTube videos he does the following steps: It creates a method that captures the record accord...
asked by 20.08.2015 / 16:17
1
answer

How to use the upload approach saving the path in the bank?

I created a Java Web project that is using JSF with PrimeFaces, Maven, CDI with JPA. My web application is successfully entering the records, the application is a news register, where it is also necessary to insert a photo, the upload approach...
asked by 31.07.2015 / 14:03
2
answers

How to edit a database value using JSF?

I'm trying to edit a database record using JSF. The logic is simple, there is a list of clients, and by pressing the edit button in front of each client in the list, a form opens, with inputTexts loaded with the current values, and when editing...
asked by 07.09.2015 / 20:36
1
answer

How to export footer correctly with primefaces extensions

Use JSF 2.2 and Primefaces 5.0 Using the primefaces Extensions to export, in single excel file, three tables of a system, I am having problem with the information exported: The footer of tables with dynamic columns, rendered in page as treate...
asked by 26.05.2015 / 18:18