Posts by Anderson Marques Neto • 33 points
4 posts
-
0
votes1
answer131
viewsA: How to take the value of a variable that is pointing to a list
Hello, I don’t think you need to use the event valueChangeListener="#meuBean.contaMudaLista}", because when the value is selected, it will automatically be assigned to private String contaCorrente.…
-
1
votes1
answer247
viewsQ: How to Enable Java EE in Apache Netbeans IDE 10
I downloaded the final version of Apache Netbeans 10.0 on official website, however Java EE is not enabled, I go to the IDE plugin itself, but the download option does not appear.…
-
0
votes1
answer27
viewsA: I’m hoping that clicking a jsf radio button with primefaces will disable an inputText
As you already have a variable boolean in the bean associated with selectOneRadio, thus, when the value of this component is changed, it will be stored in the bean, so just put a <p:ajax /> to…
-
2
votes0
answers487
viewsQ: Error: Could not Decode flash data from incoming cookie value Invalid characters in decrypted value[...]
How do I resolve this Hibernate error? It is specified as Grave: JSF1094: Could not Decode flash data from incoming cookie value Invalid characters in decrypted value. Processing will continue, but…