Questions tagged as 'jsf'

1
answer

How to create a date search method?

I can not in any way create a date search method that works. I have already been able to register the date and the other attributes as well. I've already been able to list all the attributes and also search all attributes quietly, minus the d...
asked by 28.09.2017 / 21:48
1
answer

Generate columns with repeat Primefaces

I'm not able to dynamically generate these columns with p:repeat of Primefaces. Is there no way to do this in Primefaces? Or is there no way to do this? Is there a better solution? The problem is this, I have an array with the heade...
asked by 28.08.2017 / 22:44
1
answer

PrimeFaces - Select DataTable row via JQuery, Javascript or PF

How do I select a row from a DataTable, using JQuery, pure Javascript, or the javascript PF command?     
asked by 13.02.2017 / 15:25
1
answer

Uploading and Donwloading JSF files + Primefaces + Mysql

How to retrieve the file name saved as BLOB from the database and display on the screen? I am using a loop to retrieve, the value saved in the database column, but it returns memory values ([B @ 2248bd40): Another inconsistency, which is o...
asked by 16.05.2017 / 02:38
1
answer

Working with Dates in JavaWeb

Hello, I'm doing a project that manages all the projects in my company, I'm using Hibernate, JavaWeb, primefaces, TDD and MVC standard . My entity is shaped like this for date variables: @Temporal(value = TemporalType.TIMESTAMP) @Colu...
asked by 22.09.2016 / 03:25
2
answers

Datatable column row with more than one attribute

I have a multi-column Datatable. One of them is a column that should display more than one attribute on each row of that column because it is part of a ManyToMany relationship. This column will receive the attributes of a List. I want to know ho...
asked by 28.03.2018 / 00:44
1
answer

Give update of a component that is in another form

Hello Guys, I've done a dialog that inserts fields into a list. This list fills the values of a selectOneMenu, which is in another form: <h:form id="idFormDadosTeatro"> <p:panel id="painelTeatro" header="Dados da Teatr...
asked by 24.05.2016 / 20:15
2
answers

Upload PrimeFaces Directory

I am uploading with PrimeFaces where the upload is in the Project Resources folder, however I want to use another directory to store the files, preferably in the root directory where Tomcat is located. Any suggestions on how to get this path?...
asked by 18.10.2016 / 15:31
1
answer

Capture Schedule component month manipulation event

By using the Primefaces Schedule component, you can manipulate the events of buttons that change the current calendar month, the buttons marked with the circle in the image below? Iwanttocapturefromtheeventassociatedwiththe"navigation butt...
asked by 14.03.2016 / 19:30
2
answers

How to change a list of another ManagedBean

I've developed a search area on my system where the user can add an item to their list of items. Like a shopping cart. The search area uses a different ManagedBean than the user panel that has a dataTable that is loaded in another managedBean...
asked by 24.11.2015 / 15:23