Re: struts2 validation

2008-07-16 Thread Pierrot52
Hi Nicole, This is an action class that does validation of two parameters: public class SignonAction extends ActionSupport { private String username; private String password; @Override public String execute() throws Exception { Map session = null; boolean aut

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
. Until there is a workaround available other than redesign my whole application I was told to make sure the application works fine with all the browsers but Firefox 3. Regards. Pierrot52 wrote: > > With the tag the pages load and then become blank > while Firefox hangs tryin

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
/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 di

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 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 >

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
27;ve told my customers to wait until there is a patch available from Mozilla to fix that problem. Ciao Pierrot52 wrote: > > 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

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
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 work around. Right now that > is where I'm stuck. I have tabbedpanel that doesn't work. > &g

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
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 work around. Right now that > is where I'm stuck. I have tabbedpanel that doesn't work

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 Pierrot52
w 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 for

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
anyway for the reply. Pierre. Jim Kiley wrote: > > 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]> > wro

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
x27;m using Toplink and MySQL as ORM. Regards. Jim Kiley wrote: > > 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 &l

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