Re: Struts2 application doesn't work with Firefox 3

2008-07-15 Thread thogau
Thanks for the link Dave, I can't test it right now but at least I have something to show to my customers. Frankly, I don't really get the 'why' it's not working and I don't get eather why it's not failing in 100% of requests... I simply hope the concerned folks will fix this so as I don't have to

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Dave Newton
There *is* a workaround, and I provided the link for it yesterday. Dave --- On Sat, 7/12/08, Pierrot52 <[EMAIL PROTECTED]> wrote: > From: Pierrot52 <[EMAIL PROTECTED]> > Subject: Re: Struts2 application doesn't work with Firefox 3 > To: user@struts.apache.org > Dat

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
Again My application works fine with Firefox 2, IE6, IE7, Opera 9.51, and Safari 3.1.2 but not with Firefox 3. I reported the problem to Firefox 3 Mozilla and they told me that Firefox 3 works fine with Dojo 1.x I agree but there are problems with Struts2 and with Dojo 0.4 that is bundled with.

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
With the tag the pages load and then become blank while Firefox hangs trying to load something. Well if I change the to it works fine. On the other hand I lose the ajax functionality. The widgets provided by dojo are not displayed. Regards. newton.dave wrote: > > --- On Fri, 7/11/08, Pier

Re: Struts2 application doesn't work with Firefox 3

2008-07-11 Thread Dave Newton
--- On Fri, 7/11/08, Pierrot52 wrote: > Well, the application works fine with Firefox 2, Safari, > Opera, IE6 and IE7 but not with Firefox 3. > > What can I add more? You could say HOW it doesn't work. "It doesn't work" is essentially useless as a diagnostic tool. I use FF3 with S2 apps all the

Re: Struts2 application doesn't work with Firefox 3

2008-07-11 Thread Pierrot52
why-does-dojo-fail-load-file-urls-firefox-3 > > (Although it's wrong, it's close, and it provides links to relevant FF > pages.) > > > --- On Fri, 7/11/08, Pierrot52 <[EMAIL PROTECTED]> wrote: > >> From: Pierrot52 <[EMAIL PROTECTED]> >> Subjec

Re: Struts2 application doesn't work with Firefox 3

2008-07-11 Thread Dave Newton
jotoolkit.org/support/faq/why-does-dojo-fail-load-file-urls-firefox-3 (Although it's wrong, it's close, and it provides links to relevant FF pages.) --- On Fri, 7/11/08, Pierrot52 <[EMAIL PROTECTED]> wrote: > From: Pierrot52 <[EMAIL PROTECTED]> > Subject: Re: Strut

Re: Struts2 application doesn't work with Firefox 3

2008-07-11 Thread Pierrot52
I'm replying to myself to say that I've told my customers to use anything but Firefox 3 until Mozilla provides us with a patch that clears this problem. Regards. Pierrot52 wrote: > > Hello, > I have developed a Struts2 application that works well under Firefox 2, IE > 6, IE 7, Safari, and Oper

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
After spending several hours investigating I found that that problem was that Firefox 3 does not properly load the *.js files and each time I have to hit the Back button to see the file. The files are loader correctly but Firefox does not show them. It works fine with Firefox 2 though and I've to

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread georz1
I know the ajax theme loads a ton of javascript includes. You might be able to add manually just the ones you need for the datetimepicker to see if you can get them to work. Looking on the dojo support boards might help also. Regards, George Pierrot52 wrote: > > Hi georz, > > You're rig

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
Hi georz, You're right, I double checked and my datetimepickers don't work. I have to find a workaround Thanks. Pierre georz1 wrote: > > Check the pages referenced in your jsp as common/IncludeTop.jsp. See if > it has a and change it to and > see if that fixes it. The downside however

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
Hi georz I made the changes and it works just great! I have datetimepicker and they work. I don't have tabbedpanel though. Regards. Pierre georz1 wrote: > > Check the pages referenced in your jsp as common/IncludeTop.jsp. See if > it has a and change it to and > see if that fixes it. T

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread georz1
Check the pages referenced in your jsp as common/IncludeTop.jsp. See if it has a and change it to and see if that fixes it. The downside however to doing this is if you have any ajax specific tags in the jsp (tabbedpanel, datetimepicker) they may not work properly and you'll have to find a wor

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
Yes, It seems to render and then disappears and hangs. I have to hit the back button to see the page. georz1 wrote: > > When you say hangs does it look like it renders and then disappears and > hangs. I'm having a similar issue and have narrowed it down to page theme > being . If I make my pa

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread georz1
When you say hangs does it look like it renders and then disappears and hangs. I'm having a similar issue and have narrowed it down to page theme being . If I make my pages xhtml they render fine. Using Firebug I can see that sometimes the dojo libraries are not loading properly. Unfortunately

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
Hi Jim, Unfortunately I thougth I had found the problem. Here is one of the JSP files that causes problems. As I said it works fine with Firefox 2. http://www.nabble.com/file/p18280043/editNgasSingleBill.jsp editNgasSingleBill.jsp Thanks Pierre Jim Kiley wrote: > > Do your logs show that

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
I'm sorry to have made you spent time. I think I just found what the problem is. It seems Firefox was waiting for an answer to remember the password for the logon screen. Unfortunately there was no indication whatsoever. I reloaded the page several times and I've noticed it. Thanks anyway for the

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Jim Kiley
Do your logs show that the action is getting triggered? Can you provide the code for the JSP that is not getting rendered? jk On Wed, Jul 2, 2008 at 10:10 AM, Pierrot52 <[EMAIL PROTECTED]> wrote: > > I have an action that normally brings a signon form but for some reasons > Firefox hangs. The U

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
I have an action that normally brings a signon form but for some reasons Firefox hangs. The URL to load the form is http://my_host:8080/cobbCalculator2/signonForm.action As I said it works fine with Firefox 2 but not with Firefox 3. The Struts2 application is running on a Glassfish server. I'm

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Jim Kiley
We would need a lot more details than this. What should it be doing; what parts don't work? What code of yours appears to be causing problems? On Wed, Jul 2, 2008 at 9:50 AM, Pierrot52 <[EMAIL PROTECTED]> wrote: > > Hello, > I have developed a Struts2 application that works well under Firefox 2,

Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
Hello, I have developed a Struts2 application that works well under Firefox 2, IE 6, IE 7, Safari, and Opera. Unfortunately it doesn't work under Firefox 3. Has anybody made this observation and found a solution to this problem? Regards. -- View this message in context: http://www.nabble.com/Str