Have you verified that the record IS getting added correctly to the DB?
Have you hit the refresh button to check that your browser isn't displaying
a stale page?  If an old page is getting displayed you can turn off page
cacheing by calling:
    response.setHeader("Pragma", "no-cache");

----- Original Message ----- 
From: "engp0510" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, September 06, 2003 3:30 AM
Subject: Simple question about JSP page


> Hi,
> Maybe it's a stupid question.
> Built jsps for adding&searching with MySQL. First listing all existing
> records in db and then adding a new one into database, then listing all
> records again. Now the list is the same as previous.
> How to solve it?
>
> THX
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to