----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hello!

I have a little problem here and i'm not able to solve it... is there a
developer out there who could have a look?

I'm writing an addressbook-application in jsp and have:

<abstract>
A jsp-page with a form, which lists some records out of a database, and
a second jsp-page with the database-logic (INSERT, UPDATE, etc).

After writing the received data to the database the second page performs a
request.sendredirect back to the page with the form and the listing of the
records.

And here it comes: After getting to the form-page through the
request.sendredirect, the form page doesn't show the actual updated or new
data-records. It has to be reloaded to show the new data.
</abstract>

Looks like the webserver shows a cached version of the form-page...
Is there any way to get a actual version of the form-page from the
webserver?

I'm using the apache-tomcat standalone engine for developement.
Is this a configuration problem?

lot's of thanks in advance,

J.P.Jarolim




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to