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

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
. Regards. newton.dave wrote: --- 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

Re: Struts2 application doesn't work with Firefox 3

2008-07-12 Thread Pierrot52
with. 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 s:head theme=ajax / the pages load and then become blank while Firefox hangs trying

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 Opera

Re: Struts2 application doesn't work with Firefox 3

2008-07-11 Thread Pierrot52
close, and it provides links to relevant FF pages.) --- On Fri, 7/11/08, Pierrot52 [EMAIL PROTECTED] wrote: From: Pierrot52 [EMAIL PROTECTED] Subject: Re: Struts2 application doesn't work with Firefox 3 To: user@struts.apache.org Date: Friday, July 11, 2008, 6:57 PM I'm replying to myself

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
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 URL to load the form

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 s:head theme=ajax.

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
. 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: 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

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. Pierrot52 wrote: Yes

Re: Struts2 application doesn't work with Firefox 3

2008-07-04 Thread Pierrot52
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 Firefox 3. Has anybody made

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:

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
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 [EMAIL PROTECTED] wrote: Hello, I have

Re: Struts2 application doesn't work with Firefox 3

2008-07-02 Thread Pierrot52
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] wrote: Hello, I have developed a Struts2