RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Stefán F. Stefánsson
Try to find some way of using the javascript code "this.location.refresh()" in this. For example... you could have the JSP page or the servlet add the code onLoad="this.location.refresh()" into the body tag of the jsp page if the user has just deleted an entry. That way the client browser should

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Adress, David S.
] Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! Try to find some way of using the javascript code "this.location.refresh()" in this. For example... you could have the JSP page or the servlet add the code onLoad="this.location.refresh()" into the body

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Adress, David S.
} catch ( Exception excp ) { // process remaining Exceptions here excp.printStackTrace(); out.println(excp.toString()); } out.println("/TABLE"); } } -Original Message- Fro

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Chris Stratton
Save your money - if this works, fine. I've had the same problems a time or two myself. First, try putting the meta tags at the end of the page as well as at the start - something about the way the browsers process the information... I don't know. I do it, it helps. Secondly, keeping in mind

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread horn_ken
:19:25 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Ken X Horn) Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! Save your money - if this works, fine. I've had the same problems a time or two myself. First, try putting the meta tags

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Michael Remijan
David, This might be worth a shot. in the page you want reloaded, try adding in this head META HTTP-EQUIV = "Pragma" CONTENT="no-cache" /head this meta tag forces no cache of the page so it is suppose to be refreshed from the server everytime. Let me know if this help. Mike -Original

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread NESTORS Andris (AC-Creation)
!!! # # # FYI # # -Original Message- # From: Adress, David S. # Sent: Friday, December 08, 2000 10:08 AM # To: '[EMAIL PROTECTED]' # Subject: RE: $20 bucks to the 1st person who actually solves my # problem!!! # # # BINGO! # # that's itI wasn't doing a commit and I was connecting

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
I guess it appeared to be caching -Original Message- From: NESTORS Andris (AC-Creation) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 10:57 AM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!! So

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread G.Nagarajan
]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!! I guess it appeared to be caching

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
:16 PM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!! I guess it appeared to be caching