Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 76945 invoked from network); 15 Sep 2009 02:48:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 02:48:40 -0000 Received: (qmail 59982 invoked by uid 500); 15 Sep 2009 02:48:37 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 59932 invoked by uid 500); 15 Sep 2009 02:48:37 -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 59922 invoked by uid 99); 15 Sep 2009 02:48:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 02:48:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nacho4d@gmail.com designates 209.85.210.198 as permitted sender) Received: from [209.85.210.198] (HELO mail-yx0-f198.google.com) (209.85.210.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 02:48:28 +0000 Received: by yxe36 with SMTP id 36so4608481yxe.11 for ; Mon, 14 Sep 2009 19:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ngEo4HWnRydN76Aw0YBDlsinBBUI13p7mkYq1vLjo7s=; b=Gw9CYtjrkXnH31GTubrJ1/0SbMtfVnrx8yFfgWkWNaSZVDvcrdXA4VF7Ya0oeYuFTA TC3DvYHpNRkcolOuSzknPfrJBWIC1N/r4o0m7QVNbjFSkb0qZ5Za33DG3ifnsqZnxJwM cGszwBWLtGqKUPLkgqkg0YVPdaX697lM90FDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WrdYbiAhHO7N8ULtyUSt7EHsIUU11Qf/rkpuTNiCWa+25r5cxCdlZLGzoSlkINz2um QB/qXW43wiZNKEl95VPC90qSjyTm4Y8e49e9ZXDL2JRQD22eakWSh8DjGXpCUlDC2tWI fNnf9TAziNiiGsK1kUwvsyrfOE2efVsSjx89M= MIME-Version: 1.0 Received: by 10.101.86.7 with SMTP id o7mr7085188anl.39.1252982887144; Mon, 14 Sep 2009 19:48:07 -0700 (PDT) Date: Tue, 15 Sep 2009 11:48:07 +0900 Message-ID: <80a860380909141948t31052b68w11c78665adc6464@mail.gmail.com> Subject: sx:submit and s:file don't work together From: Ignacio Enriquez To: Struts Users Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi. This is a extrange behavior when using the file tag.... s:submit works but sx:submit does not. Actually sx:submit does nothing. does not even return error. nothing happens.(the button is pressed but nothing happens) Why the following does not work? (the code is short ) where showUploadFileForm_divId is a div container (contains above code). and UploadFile action only return SUCCESS. Thanks in advance. Ignacio. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org