Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Manudath Gurudatha
is email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "S

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Martin Gainty
email and destroy the original message without making a copy. Thank you. - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Sunday, May 06, 2007 12:06 PM Su

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > Good Morning Dave.. Good morning. > Assuming you have included struts-actionchaining.xml > in your struts.xml > > > Can you display contents of struts-actionchaining.xml? I am not always convinced you read the messages before you reply to them

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Martin Gainty
o: "Struts Users Mailing List" Sent: Sunday, May 06, 2007 11:12 AM Subject: Re: Struts Action value empty in IE, but works fine in Firefox What happens if it's called something other than "action"? --- Manudath Gurudatha <[EMAIL PROTECTED]> wrote: Thanks guys... I ha

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Dave Newton
What happens if it's called something other than "action"? --- Manudath Gurudatha <[EMAIL PROTECTED]> wrote: > Thanks guys... I have put the relevant parts of the > struts-xml and the > actual jsp with relevant parts highlighted in > blue... Please see if you can > figure out why does IE send the

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-06 Thread Manudath Gurudatha
Thanks guys... I have put the relevant parts of the struts-xml and the actual jsp with relevant parts highlighted in blue... Please see if you can figure out why does IE send the action value as "" when I submit the JSP... Thanks again for your help... *struts-config.xml*

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-03 Thread Tapio Holopainen
Have you tried with different property name than 'action'? I had problems with IE's Javascript when one of my form's hidden field name was 'action' (and it worked with Firefox and Opera) Regards, - Tapio On Thu, 03 May 2007 20:53:49 +0300, Musachy Barroso <[EMAIL PROTECTED]> wrote: Wh

Re: Struts Action value empty in IE, but works fine in Firefox

2007-05-03 Thread Musachy Barroso
What version of struts are you using? Can you post your jsp page? Are you using the ajax theme (is S2)? Based only on what you have said is quite difficult to guess what the problem is. regards musachy On 5/3/07, Manudath Gurudatha <[EMAIL PROTECTED]> wrote: Hi, I have a JSP which has a corres

Struts Action value empty in IE, but works fine in Firefox

2007-05-03 Thread Manudath Gurudatha
Hi, I have a JSP which has a corresponding action class in my application based on Struts (actually I am Struts newbie... so dont know much about it) The "Controller" class which handles all the requests can see the action value as "setdefault" when I click on next.gif in Mozilla. However, it come