Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 59903 invoked from network); 10 Aug 2007 19:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 19:11:47 -0000 Received: (qmail 52187 invoked by uid 500); 10 Aug 2007 19:11:37 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 51479 invoked by uid 500); 10 Aug 2007 19:11:36 -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 51468 invoked by uid 99); 10 Aug 2007 19:11:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 12:11:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anexpert@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 19:11:32 +0000 Received: by py-out-1112.google.com with SMTP id p76so1530416pyb for ; Fri, 10 Aug 2007 12:11:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rq0sFiaYWyuIZj2lyBSxmLNDDuAIGwSgDwn2BenKwihCfgsPnbVoIXcXvTQ67j7MMs9sgnm1MklpEP3fvaQFwj4c5vDxOlGsUipzONmLQGDxbF5YUsJtJJqFIXiNwo//LH1PtyuMnDTZ89lLAvGgXoEeT5NKNOT1uVf0ZSwh+HY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VbPMeClsDRDnj2sQ1f2j1pkna0R+pB3QUAB0FXjBnec0wH8u1/WHH0YoGSFI1B1Ni//HUZQMdMKiA+WTvc0TKFvSEX8yEX7jPIQTvjpBDiqwDCMLW9bHuis+rXIb8ghgLydUcfDPpqJJTMvqHwB7E+VW56qGFLzAMQTwImgDJVA= Received: by 10.64.181.12 with SMTP id d12mr4596059qbf.1186773069905; Fri, 10 Aug 2007 12:11:09 -0700 (PDT) Received: by 10.64.196.7 with HTTP; Fri, 10 Aug 2007 12:11:09 -0700 (PDT) Message-ID: Date: Fri, 10 Aug 2007 15:11:09 -0400 From: yitzle Sender: anexpert@gmail.com To: "Struts Users Mailing List" Subject: Re: MultiPartRequest bean for File Upload missing? In-Reply-To: <890475.42172.qm@web56710.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <890475.42172.qm@web56710.mail.re3.yahoo.com> X-Google-Sender-Auth: e9c675c1876c56d9 X-Virus-Checked: Checked by ClamAV on apache.org On 8/9/07, Dave Newton wrote: > --- yitzle wrote: > > I had > > > enctype="multipart/form-data" > > > and tried with > >
> method="POST" > > enctype="multipart/form-data" > > > When I tried > > I got > > No tag "form" defined in tag library imported with > > prefix "html" > > even though I have > > <%@ taglib prefix="html" tagdir="/WEB-INF/tags" %> > > I can't imagine that mixing S1 tags into an S2 app > would work particularly well. Perhaps extrapolating > from the response as using the enctype in the S2 form > tag would be a better idea. > > d. Ah... would you mind repeating that in more words? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org