Posts by Well Silva • 63 points
6 posts
-
0
votes1
answer134
viewsA: How to save an image in the BLOB field of the SQL bd using jsf + primefaces?
Opa Ewerton see if it helps you: In the image above I register a product, simulating an online toy store. In this other image above, I upload the image to save in the database. The Final Result,…
-
0
votes1
answer144
viewsA: Add action and onClick to a commandButton
I don’t know if it’s what you need, but I did something about it: <p:commandButton value="Reserva" action="#{locadoraBean.reservarVeiculo}" oncomplete="PF('reserva').show();" /> <p:dialog…
-
0
votes1
answer324
viewsA: How to fill an inputText based on another inputText?
I did something similar to what you need, a look: Enter a code to perform the search for a vehicle that is registered in the Database, in order to return me the speed of the same. If there is a…
-
0
votes1
answer62
viewsQ: Doubt Java Server Faces
I’m doing a JSF application, I have a Bean class that has a method. In this method I have a variable of type String and as the method is running, the variable is updating values. I wonder if it is…
-
3
votes1
answer1363
viewsQ: Update JSF component via Bean
Inside my code I have two variables called displayMessage and displayImage that are two Strings, as the method is running, the messages are being updated. In my Managedbean messages are updated, but…
-
0
votes1
answer64
viewsQ: Access page in another project
I am one developing a system that is divided into three modules (Distinct projects), using JSF Framework (Java Server Faces). I have a main module that has a login screen, which in turn has an…