Firefox 3 and render issues

2008-07-03 Thread georz1
I'm using Struts 2.0.11 and it seem with Firefox 3 only there are rendering issues on pages where I have . I can see the page load fully and there is a quick flash of the browser and then a blank page with FF3 stuck in a loading state. On certain pages I have made it theme=xhtml which solves the

Re: Firefox 3 and render issues

2008-07-03 Thread georz1
I have not but I'll continue to look. This behavior happens about 20% of the time and when it does I get document.write("

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 georz1
ind a work around. Right now that is where I'm stuck. I have tabbedpanel that doesn't work. Pierrot52 wrote: > > Yes, > It seems to render and then disappears and hangs. I have to hit the back > button to see the page. > > > georz1 wrote: >> >> Whe

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread georz1
> 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 >&g

Re: Firefox 3 and render issues

2008-07-07 Thread georz1
I've avoided some of the pitfalls of the ajax theme before by using jquery (datetimepicker). Only this time it's not an option.. I need to figure out how to get the theme to work reliably with Firefox 3. FF2 there were no issues. matt.payne wrote: > > > Don't use the theme or write your

Re: [OT] Re: [S2] Iterate through two lists

2008-08-28 Thread georz1
Probably not too expensive in terms of speed considering this has been going on for 9 days now On Thu, Aug 28, 2008 at 1:06 PM, Milan Milanovic <[EMAIL PROTECTED]>wrote: > > "Expensive", you got it. In terms of speed, of course, because I need to do > this 3-4 times in a jsp...but we definitely s

ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
I've run into an odd issue recently where data posted from a form is being saved with %20 where a space is present. Let's say I have a form with a field named company. The value submitted is: Acme Company Watching the call stack I can see that prepare is being called and the data passed in is co

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
on.dave wrote: > > --- On Fri, 9/12/08, georz1 wrote: >> I've run into an odd issue recently where data posted >> from a form is being saved with %20 where a space is present. > > Is it a GET or POST form? -- It's a > >> My app has been working for ab

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
ore the save action is being called. On Fri, Sep 12, 2008 at 3:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Fri, 9/12/08, georz1 wrote: > > It's a post. And since posting to this group I've changed > > from Struts 2.0.11 -> 2.0.11.2 still with the same