Posts by Stenio Vilar • 55 points
9 posts
-
0
votes1
answer42
viewsQ: Get parameter in . equal click pass onClick - jQuery
I have the following iterator that has delete buttons that are dynamically loaded: <s:iterator value="form.listaCooperativa" id="lista" status="lista_status"> <s:if test="#lista_status.odd…
-
0
votes1
answer39
viewsQ: requiredMessage not working on selectOneMenu JSF
I have the following requiredMessage <h:selectOneMenu class="form-control" id="selectOlhos" value="#{corpoController.corpo.corOlhos}" required="true" requiredMessage="Selecione uma opção.">…
-
1
votes1
answer563
viewsQ: Run simultaneous java threads with parameters, run method
I have a service today that I need to calculate its running time with multiple accesses, so I’m trying to run simultaneous threads and log that time, the problem is that for the run method of the…
-
0
votes1
answer68
viewsQ: xmlns jsf error, settings?
I am getting the following error when trying to compile a xhtml page, I am using the xmlns`s below: Elements with namespace http://java.sun.com/jsf/html may not have Attributes in namespace…
-
1
votes1
answer67
viewsQ: Add admob after a Listview in a Relativelayout
Goodnight! I’m trying to add an admob to the end of a Listview in a Relativelayout and the banner doesn’t appear at all! I’ve tried several different ways in the layout to see if Listview wasn’t…
-
0
votes1
answer578
viewsQ: How to activate an onChange using options from a select via Javascript
I have the following select with onChange generating: <select id="tipo" name="tipo" onchange="gerarImagem(this.options[this.selectedIndex])"> <option value=""></option>…
javascriptasked Stenio Vilar 55 -
0
votes1
answer587
viewsQ: How to concatenate 2 Strings with Java in HTML
I am using the following input with 2 pre-set values. <input type="text" class="read-only" value="${FORM.dataAgendamento + FORM.horaAgendamento}" readonly="readonly" size="40"/> If they are…
-
1
votes1
answer84
viewsQ: Script does not work on IE but works on other browsers
Script does not work in IE but works normally in other browsers, error occurs in: jQuery(central).prop("disabled", false); and the message I get is: SCRIPT5009: 'central' is not set. I’ve tried to…
-
1
votes0
answers426
viewsQ: How to recover only the parameter of a url through a bean Managed
I wanted to know how to recover only the parameter of this url in a bean Managed http://localhost:8180/blabla/teste.xhtml?codigoEmpresa=754 Follow my bean Managed: package…