jQuery in Action, 2nd edition
The moose likes JSP and the fly likes Page Displays server directory listing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Page Displays server directory listing" Watch "Page Displays server directory listing" New topic
Author

Page Displays server directory listing

Brian Agius
Greenhorn

Joined: Oct 30, 2002
Posts: 9
I have just created a page that upon pressing a button submits a form and returns to same to display again teh same contents. After my changes the page instead of showing again the values is showing the directory listing of files in the same location.

I have tested same and I am sure that after pressing teh button, it is setting everythign ready for display, but seems like it is failing to do so.

Does anybody have any idea why such thing is happening.


Regards<br /> <br />BA
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

Without details of how you are navigating back to the page. I'm not sure anyone can say.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Brian Agius
Greenhorn

Joined: Oct 30, 2002
Posts: 9
Hi thanks for replying. The issue is that first I call the page from another and let the user perform some changes. When pressing the save button, the a form with a "POST" action, calls the same jps page with parameter save to save the details at server level. Form what I have seen this is workign correctly, tha changes performed and the form is re-built at server level, but it seems that Tomcat, the application server I am using, is not sending the re-built page to the browser and everything stops there.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14669
    
  11

How are you redirecting from your servlet to your web page ?
You may have set the redirection towards a directory.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Page Displays server directory listing
 
Similar Threads
mapping.getInputForward()
i refresh after an onchange event on a combobox and i need the parameters in request
Pagination Problem
Enable Browser Cache in IE
Re:Integrating applet timer