Questions tagged as 'jsp'

0
answers

Exclude a URL from a JavaEE filter

Ask about Java EE . I understand that when you create a filter and you want it to intercept all the URL , you put the @WebFilter ("/ ") annotation ) * , but here's the question, is there any simple way to make it intercept all URL ex...
asked by 20.12.2018 / 20:45
1
answer

How to insert images in JSP?

I have been trying to put a simple image in a JSP project for more than 3 hours, I am just learning how to handle this, and I need to put an image that I have saved in a directory of my pc, I have tried to do it as if programming a html normally...
asked by 16.12.2018 / 05:34
2
answers

Problem Eclipse when using the Control key + key hangs

I use Eclipse for Java and many times when I give Control + another key, it hangs up and a good time i do the same but with the mouse it does not usually happen. It also hangs sometimes by simply selecting a word or code liena. Many times I give...
asked by 13.12.2018 / 11:04
0
answers

How to define the order in which I want to see the out.print of a servlet?

A cordial greeting, I will put you in the context of my question: I have a web form in a jsp, in which I have 2 radiobuttons, when selecting the first one, 2 div appears, and with the second radio an input text appears. When I send them to the s...
asked by 03.12.2018 / 22:11
0
answers

How to send content from an html table to a form from another page with javascript and jsp

Estimated how you could capture the data of a table made in jsp and show it with javascript in a form of another page? I have tried but within the same page but when I want to show it on another page it is not displayed. The example code I am...
asked by 28.11.2018 / 14:44
0
answers

Java and XML: Problem loading images

When parsing an XML with netbeans, using java and a .jsp, I try to make a table where it shows the XML images. The parsing goes well, but when I launch it into a browser (I've used all browsers) it does not load the images (jpg). - PART OF TH...
asked by 30.11.2018 / 10:15
1
answer

Send imput value by JSP Parameter

Friends I'm including this code jsp include, so that my page shows value, but in parMontoTotal I want to send the value of the input txtTotal of the same page, I do not know how to do it <input name="txtTotal" type="hidden" value="">...
asked by 23.11.2018 / 16:25
0
answers

how to use JFileChooser in a servlet and call this servlet from a jsp so that it allows to select the location where you want to save the file

I have this main that works correctly: public static void main(String args[]) throws IOException, Exception { JFileChooser chooser = new JFileChooser(); chooser.setCurrentDirectory(new java.io.File(".")); chooser.setDia...
asked by 05.11.2018 / 22:04
0
answers

Javascript does not make changes to the HTML document

I would like to know the reason for the following problem: In a web application (JSP) I use javascript to make changes in the HTML and requests (AJAX) (GET method) to the server, the problem is that when I make the request to the Servlet, it...
asked by 02.11.2018 / 21:53
0
answers

Problems editing in Mysql and JSP

I have a problem with java and Mysql, I'm doing a web application with java in jsp, On a page I have the method that shows me a list of records in a table with a button to show the detail of each record, The detail I show it in a modal window cr...
asked by 03.11.2018 / 23:17