Questions tagged as 'primefaces-3.5'

1
answer

problem using modal Primeface

I'm using a modal within the But when I close, it gets stuck components, I guess I must have done something wrong. Follow my code. <ui:composition template="/WEB-INF/template/layoutPadrao.xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns...
asked by 02.04.2017 / 23:51
1
answer

updating filling information after using autoComplete

I'm creating a form in JSF and primeface, and I have an autoComplete here. Only when I finish filling up my autoComplete, I want to render a part of my form. So far I have been able to hide the fields, which in the case would be the panelGrid...
asked by 22.03.2017 / 21:10
1
answer

I have 2 problems when trying to submit the form

Well I'm having a little problem here on my form, in reality it would be 2 problems. 1 - I'm using an autComplete, so I can get my object through the search, but at the time of submitting my form it simply deletes what I had completed. 2 -...
asked by 22.03.2017 / 23:51
0
answers

Project does not execute, error "404 - Not Found"

I'm using JAVa JPA JPA, with Wildfly and Primefaces and the bank I'm using Mysql. I'm with I have all the layers already configured (view (xhtml), DAO, Entity, MB). The datasouce of the wildfly is configured correctly, maintaining communicati...
asked by 11.08.2016 / 18:44
1
answer

Add bookmarks to gmap

I want to add a bookmark at the point I'm showing on the map. It loads the map and everything, but I can not add the bookmark. <h:body> <h:form> <p:poll interval="10" listener="#{gadoBean.obterPosicaoTag}...
asked by 13.07.2016 / 20:20
0
answers

How to add new columns in h: datatable in jsf without giving refresh that the update does in the table,

People, I have a problem, I created a paged query that always brings 5 records, I implemented jquery with $ (window) .scroll so that whenever the scroll reaches the bottom of the page it plus 5 records and update the table using update="table...
asked by 26.11.2015 / 16:38
1
answer

Why does the dataScroller of primefaces stop fetching the records?

My xhtml looks like this: <p:dataScroller ajax="true" id="listaDiarios" chunkSize="3" lazy="true" value="#{managedBeanUsuario.lazyRegistrosDiarios}" columnClasses="first-letter-page-diary,second-letter-page-diary" var="re...
asked by 28.11.2015 / 21:52
1
answer

Error 500 Tomcat: java.lang.UnsupportedOperationException

Web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml...
asked by 25.09.2015 / 18:16
0
answers

How to implement Upload in FrameWorks PrimeFaces?

Greeting for everyone, I was trying to implement upload in my JSF2 project, but at the click of the save button it appeared that message below at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at jav...
asked by 30.07.2015 / 12:36