IE Caching problem..Struts Application Working fine in Firefox

2006-02-06 Thread zahid mohammed
Hello All, We have a struts application and the server is Tomcat 5.5. I have an ArrayList (A) set in session and an Arraylist (B) which is a subset of A set in request. The ArrayList B always has 10 elements and I use this to be displayed in the jsp page using Logic:iterate tag. The first page dis

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
Thanks for the reply BradyI have cleared the cache and tried all the options for "Check for newer versions of stored settings." "Every visit to page" and "Automatically". Even then its not working. If its the Apache setting problem then why is it working fine in Firefox. Could you pleas

Re: IE Caching problem..Struts Application Working fine in Firefox

2006-02-07 Thread zahid mohammed
ing new is coming. > > That was the only way I found to solve this problem: deceiving the > browser. > > Yeah. I hate IE too. > > Hope it's helpful. > > > On 2/7/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > > > Thanks for the reply Brady.

Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Hello All, I have asked this question before in several forums but could'nt get the solution for it. We have a struts application and the server is Tomcat 5.5. I display an Arraylist (set in request) on the first page using Logic:Iterate tag. If the user clicks next, another set is selected and th

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
> -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > AIM: fzammetti > Yahoo: fzammetti > MSN: [EMAIL PROTECTED] > > On Thu, February 16, 2006 12:47 pm, zahid mohammed said: > > Hello All, > > I have

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
ry time after the > > first GET because it is somewhat over-aggressive in its caching scheme. > > All the headers in the world tend to not help either. > > > > On Thu, February 16, 2006 12:47 pm, zahid mohammed said: > > > Hello All, > > > I have asked this que

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 2/16/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > I just tried placing another with the meta tags at the bottom of > the > > jsp. But it did'nt help. I am still getting the old set of

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
with the scriptlets but of no use. So I guess this definitely has something to do with the IE. PLEASE HELP Thanks On 2/16/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > No I am not using firewalls/proxies. > > In the IE options I have tried s

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
t? Maybe your network admin is using it? Check > Tools->Internet Options->Connections->LAN settings that it does not > select anything in Proxy Server. > > Is your app and browser on one machine? > > On 2/16/06, zahid mohammed <[EMAIL PROTECTED]> wrote: > > No I

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-16 Thread zahid mohammed
Finally here are the relevant portions of the jsp code. <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%> <[EMAIL PROTECTED] import="witr.domain.User"%> <% response.setH

Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
Frank, Michael and Dave, > On Thu, February 16, 2006 4:51 pm, Michael Jouravlev said: > >> The last thing I can think of is a hook, a rope and some soap. Is this the only option left...Did u guys find any problem in the code? Thanks On 2/16/06, zahid mohammed <[

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
Yes. After clicking next "System.out.println" is printing the right name on the console whereas "out.println" is printing the wrong name (first page element) on the jsp. Thanks On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > &

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-17 Thread zahid mohammed
let u guys know the result later. Thanks On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > Yes. After clicking next "System.out.println" is printing the right name > on > > the console whereas "out.println" is printing

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-02-18 Thread zahid mohammed
result and when does it show that? PLEASE HELP!!! Thanks. On 2/17/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > zahid mohammed wrote: > > If something was fundamentally wrong then why would it work in > "FIREFOX". > > > Perhaps because Firefox is less fundamen

Re: [OT] Re: Frustrating IE6 Caching problem......PLEASE HELP!!!!

2006-04-05 Thread zahid mohammed
blunck.info/iehttpheaders.html > > http://www.fileedge.com/Cat/Network-Internet/Browsers-Tools/MMD-HttpHead.html > > None of them seem as good as HTTPWatch, but the price is right :) > > Frank > > zahid mohammed wrote: > > Hi Dave, > > I have used the basic edi

Struts in Sun One Studio 5 IDE

2006-05-08 Thread zahid mohammed
Hi, We are asked to build a new Struts application using Sun One Studio 5, Standard Edition IDE. I have'nt used it before. Is there any plugin I can install to use struts in Sun One? Links to some tutorials will be helpful. Thanks.

Struts using Sun One Studio 5 IDE

2006-05-09 Thread zahid mohammed
Hi, We are asked to build a new Struts application using Sun One Studio 5, Standard Edition IDE. I have'nt used it before. Is there any plugin I can install to use struts in Sun One? Links to some tutorials will be helpful. Thanks.

file upload ACCESS DENIED (AccessControlException)

2006-06-21 Thread zahid mohammed
Hi, I am trying to upload a file using File upload. I get the AccessControlException (access denied). We are using Sun One App Server 7.0and Struts 1.2.9. java.security.AccessControlException: access denied (java.io.FilePermission C:\Sun\AppServer7\domains\domain1\server1\generated\jsp\j2ee-apps\

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
.lang.RuntimePermission "modifyThreadGroup"; }; Its already mentioned "read,write" for FilePermission. I have found a similar thread in the archives but there is no solution.. http://marc.theaimsgroup.com/?l=struts-user&m=105705470300370&w=2 GURUS PLEASE HELP Thank

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
ment in the Struts config file. The container-specified temp dir, obtained from the javax.servlet.context.tempdir servlet context attribute. The temp dir specified by the java.io.tmpdir system property. I hope this helps. -David -----Original Message- From: zahid mohammed [mailto:[EMAIL PROT

Re: file upload ACCESS DENIED (AccessControlException)

2006-06-22 Thread zahid mohammed
//consider limiting the permission granted to specific files or // directories. permission java.io.FilePermission "<>", "read,write,delete"; }; == end note == Regards, David -Original Message- From: zahid mohammed [mailto:[E