Posts by Alison Walker • 1 point
3 posts
- 
		0 votes1 answer22 viewsA: Javascript Does not execute . click correctly with JSFWell, I managed to solve using socket. <o:socket channel="clock" onmessage="socketListener" > <f:ajax event="someEvent" listener="#{chamadoBean.listaChamado()}" render=":tblLista" />… 
- 
		-1 votes1 answer22 viewsQ: Javascript Does not execute . click correctly with JSFThe script works partially, it updates the page after 5 sec., however it does not perform the click on the button: <script> $(document).ready(function() { setInterval(function() {… 
- 
		-1 votes2 answers42 viewsQ: Problem searching for BD - JSF specific columnsWhen I return all the values of the bank, it works. However, I look only at the columns id, celular, cpf, nome, status to list in the table, returns error. Would be the type of return that is wrong?…