Posts by samuel silva • 87 points
7 posts
-
0
votes1
answer117
viewsQ: Shortcut to stop Tomcat in Eclipse
Does anyone know a shortcut to stop Tomcat in Eclipse? I’ve been doing some research and I haven’t found anything useful.
-
0
votes1
answer42
viewsQ: Time to update - JSF
Fala ae galera blz? Is there any native way I can update some component after a few seconds? I was able to do it natively using "p:remoteCommand"
-
1
votes1
answer171
viewsQ: 'Transaction is not active' after receiving error for not being able to delete
Guys tried to mount a crud for study and I came across the following situation. I’m using JPA and hibernate. When trying to delete a record that has reference in another table is launched an…
-
0
votes0
answers96
viewsQ: Use webcam on the web with the highest resolution possible
I am developing a simple application to capture photos through a web cam, the part to capture the photo and save ta working quietly, however I am having resolution problems. When I use a software…
-
0
votes0
answers58
viewsQ: Fill two objects in a jsf form
Good morning, It is possible to fill two different objects in the same form? Ex: <p:inputText id="ordem" value="#{testeBean.objA.atributoA}" /> <p:inputText id="ordem2"…
jsfasked samuel silva 87 -
0
votes2
answers182
viewsA: Insert multiple values in component
For those who ever need I implemented the following code and managed to get the result I wanted.. var values = "1,2,3" $.each(values.split(","),function(i,e){ $("#select option[value='" + e +…
-
2
votes2
answers182
viewsQ: Insert multiple values in component
well guys, I’m facing the following problem: I have to set several values in one that is using the plugin below. to set only one value I am using the following syntax $("#s").select2('val',1); now…