Questions tagged as 'java'

1
answer

Webview does not allow me to select image

I have a hybrid app that works through a webview. I have solved the theme of pop-ups for the login of facebook or twitter. However, when you click on the < input type="file" / > nothing opens. I do not understand why. Can someone tell me...
asked by 17.06.2016 / 16:56
1
answer

Pass java objects to stored procedure in oracle

I'm having a problem trying to pass an object or fix from java to a store in my database. What happens is that when I try to pass an attribute that is string, this is being allocated empty in the STRUCT object the code is as follows StructDesc...
asked by 14.06.2016 / 21:36
1
answer

Problems showing data in the index.jsp with ajax

I have a code that does not work for me, I need the index.jsp autorefresque with the query a bd from servlet. index.jsp                                                                                      <title>WP Não Fechado&...
asked by 15.06.2016 / 18:46
2
answers

Run cURL with digest authentication in java

I have a curl command in the following way: curl -X POST 'https://xxxxxxxxxxxxx' --digest -u user:pass -H 'Content-Type: application/json' -H 'Accept: application/json' --data-binary $'{"from" : "xxxx", "msg" : "xxxxxx", "frag": null}' I...
asked by 13.06.2016 / 18:57
1
answer

How to return a data type for "Reference"?

At the moment of executing it does not show me any Bajo . I would like to know how I can return the element. I attach code. public Bajo buscar(String nombre, String referencia){ Bajo respuesta= null; for(int i=0;i< bajos.si...
asked by 14.06.2016 / 21:27
1
answer

save html table in bd using jsf or jsp

I have a dynamic HTML table <TABLE> <TR> <TD align="center">ID Interno</TD> <TD align="center">UID Externo</TD> <TD align="center">ID Interno</TD> <TD align="center">UID Ext...
asked by 22.08.2016 / 08:23
5
answers

error method overloaded in java

Hi, can someone help me? I do not know why I get this error. abstract class Uno { protected int d1,d2; abstract public int devolver_suma (int x,int y); } class Dos extends Uno { public int devolver_suma(int x,int y) {...
asked by 16.05.2016 / 21:08
1
answer

How to save an image on Android without compressing it?

I'm making an Android application that captures images and saves them in the internal memory, but when I save them the images are compressed and I want them to be saved in original size without any kind of understanding. this is the code I'm...
asked by 10.09.2016 / 23:28
6
answers

how to get the last id inserted in JSF and Primefaces?

I have a problem in showing the last inserted code and showing it in my web application as shown in the image when I press the new button. It shows me another window and where it says code I have to show P007 but it shows me 'P0061'. I le...
asked by 09.09.2016 / 05:43
1
answer

Error resizing Swing components in Java

I am developing a desktop application in Java Swing, which should work like this: Within the JFrame , there is a JSplitPane object that has a JList within a JSrollPane and a JPanel . The first object must modi...
asked by 13.09.2016 / 05:11