Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 2357 invoked from network); 6 May 2007 14:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2007 14:57:57 -0000 Received: (qmail 45124 invoked by uid 500); 6 May 2007 14:57:54 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 44027 invoked by uid 500); 6 May 2007 14:57:51 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 44015 invoked by uid 99); 6 May 2007 14:57:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 07:57:51 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of manudathg@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2007 07:57:44 -0700 Received: by an-out-0708.google.com with SMTP id c8so61394ana for ; Sun, 06 May 2007 07:57:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MdBLMypCIOPpG1lFXak23crqphqhO+VOQGCs4HxMwoKnZAcVXlmgA2a5+1Eoti4LdrhzDIVgko3MuFfT+p/4nxectHF4fTjWESKuuxlkTt284hct0B0icwmQJQDpDTcpd/IFTpV6APx1lgjvuAetgymKT/uAKCgkhotqHEu6L54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RZGEa3QN68IxxPNGeNqF+rzuQx/g9JvRv8bZfhT1FQD/vJ0Ho4UzZ/it+HUnh2N0PFxeOHW0RdaavQw0n0j7odtoghD5a2GtDyYHcZy6k/VC5QI8KM+1BWIBvMMNvBJD/Ekf1EqdFsEBeSF5ovryk2wp7r9am8roPjrNqGk3pUw= Received: by 10.100.191.5 with SMTP id o5mr4130522anf.1178463443277; Sun, 06 May 2007 07:57:23 -0700 (PDT) Received: by 10.100.144.2 with HTTP; Sun, 6 May 2007 07:57:23 -0700 (PDT) Message-ID: <50fdb98c0705060757n508ca8c2k818efecbd4eedbb6@mail.gmail.com> Date: Sun, 6 May 2007 07:57:23 -0700 From: "Manudath Gurudatha" To: "Struts Users Mailing List" Subject: Re: Struts Action value empty in IE, but works fine in Firefox In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_78349_24772846.1178463443152" References: <50fdb98c0705031047v1439836cj641db0eccd9ad179@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_78349_24772846.1178463443152 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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* CustomCampaignRequest.java is where I am printing the action value... and I do different processing based on these action values. *JSP Page:* <%@ page import="java.util.Enumeration" %> <%@ page contentType="text/html;charset=iso-8859-1" language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%> <%@ taglib uri="/WEB-INF/df.tld" prefix="df" %>
Introduction:*
 
(Promotion Title will be displayed in the Email subject field.)
Title:*
Description:*
Promotion Duration:*

Offer Expires in 0306090 Days

Conclusion:*
 
On 5/3/07, Tapio Holopainen wrote: > > 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 > wrote: > > > 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 wrote: > >> > >> 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 comes > >> "" > >> in > >> IE. I see several similar incidents on the Web forums, but none have > >> given > >> a > >> proper solution (Someone said that IE prints some "Loading..." message > >> which > >> clears the submit criteria and so on...) > >> > >> > >> > >> Can anyone please tell me what the problem is, and how do I get around > >> it > >> to > >> make it work on IE? > >> > >> Thanks, > >> Manu > >> > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_78349_24772846.1178463443152--