Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 74598 invoked from network); 2 Feb 2011 13:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 13:48:29 -0000 Received: (qmail 22229 invoked by uid 500); 2 Feb 2011 13:48:27 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 22002 invoked by uid 500); 2 Feb 2011 13:48:23 -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 21994 invoked by uid 99); 2 Feb 2011 13:48:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 13:48:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgainty@hotmail.com designates 65.55.111.104 as permitted sender) Received: from [65.55.111.104] (HELO blu0-omc2-s29.blu0.hotmail.com) (65.55.111.104) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 13:48:12 +0000 Received: from BLU142-W29 ([65.55.111.73]) by blu0-omc2-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 2 Feb 2011 05:47:50 -0800 Message-ID: Content-Type: multipart/alternative; boundary="_7664011d-31b6-481d-84c3-8b7545f060f2_" X-Originating-IP: [71.232.85.137] From: Martin Gainty To: Struts Users Mailing List Subject: RE: Date: Wed, 2 Feb 2011 08:47:50 -0500 Importance: Normal In-Reply-To: References: <370875.21932.qm@web111010.mail.gq1.yahoo.com> ,<678806.45570.qm@web111016.mail.gq1.yahoo.com>, MIME-Version: 1.0 X-OriginalArrivalTime: 02 Feb 2011 13:47:50.0563 (UTC) FILETIME=[C8632F30:01CBC2DF] X-Virus-Checked: Checked by ClamAV on apache.org --_7664011d-31b6-481d-84c3-8b7545f060f2_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable you could make your form namespace aware by assigning the namespace attribu= te in the form tag Martin Gainty=20 ______________________________________________=20 Jogi =E9s Bizalmass=E1gi kinyilatkoztat=E1s/Verzicht und Vertraulichkeitanm= erkung/Note de d=E9ni et de confidentialit=E9 Ez az =FCzenet bizalmas. Ha nem =F6n az akinek sz=E1nva volt=2C akkor k=E9rj=FCk= =2C hogy jelentse azt nek=FCnk vissza. Semmif=E9le tov=E1bb=EDt=E1sa vagy m=E1solat= =E1nak k=E9sz=EDt=E9se nem megengedett. Ez az =FCzenet csak ismeret cser=E9t szol= g=E1l =E9s semmif=E9le jogi alkalmazhat=F3s=E1ga sincs. Mivel az electronikus =FCzene= tek k=F6nnyen megv=E1ltoztathat=F3ak=2C ez=E9rt minket semmi felel=F6s=E9g nem = terhelhet ezen =FCzenet tartalma miatt. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaeng= er sein=2C so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiter= leitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient l= ediglich dem Austausch von Informationen und entfaltet keine rechtliche Bin= dungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen w= ir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut =EAtre privil=E9gi=E9. Si vous n'=EAtes= pas le destinataire pr=E9vu=2C nous te demandons avec bont=E9 que pour sat= isfaire informez l'exp=E9diteur. N'importe quelle diffusion non autoris=E9e= ou la copie de ceci est interdite. Ce message sert =E0 l'information seule= ment et n'aura pas n'importe quel effet l=E9galement obligatoire. =C9tant d= onn=E9 que les email peuvent facilement =EAtre sujets =E0 la manipulation= =2C nous ne pouvons accepter aucune responsabilit=E9 pour le contenu fourni= . > From: vitordemario@gmail.com > Date: Wed=2C 2 Feb 2011 10:17:31 -0200 > Subject: Re: > To: user@struts.apache.org >=20 > I suppose you could submit via javascript=2C setting the entire url on th= e > form. >=20 > document.forms[0].action =3D 'entireURLgoeshere'=3B > document.forms[0].submit()=3B >=20 > That's not really a solution=2C just an ugly work-around. >=20 > On Tue=2C Feb 1=2C 2011 at 6:45 AM=2C Agoston Bejo wr= ote: >=20 > > > > > > Thanks Chris=2C > > > > > > the problem is that there are other s:submit buttons on the form the ac= tion > > attributes of which point to actions in the current namespace. Changing= the > > namespace of the form would mess that up and I would end up with the sa= me > > problem. > > > > I've tried it out=2C and there's really no "namespace" attribute for th= e > > s:submit > > element=2C although obviously that would be the most sensible solution. > > > > Any other ideas how one could solve this? > > > > > > Thanks=2C > > Agoston > > > > > > ----- Original Message ---- > > From: Chris Pratt > > To: Struts Users Mailing List > > Sent: Tue=2C February 1=2C 2011 8:55:32 AM > > Subject: Re: > > > > It should have a namespace attribute=2C like all the other tags with ac= tion & > > method attributes=2C but I don't see it in the documentation. You migh= t give > > it a try=2C just in case it's just un-documented. > > > > > > > > Otherwise=2C the more common way would be: > > > > > > > > > > > > (*Chris*) > > > > On Mon=2C Jan 31=2C 2011 at 10:59 PM=2C Agoston Bejo wrote: > > > > > > > > > > > Hi! > > > > > > I would like to specify the "action" attribute of an such > > that > > > it > > > points to an action in a namespace other than which the jsp is in: > > > > > > struts.xml: > > > > > > ... > > > > > > ... > > > > > > > > > > > > /p/p2/x.jsp: > > > > > > > > > ... > > > <%-- WORKS=2C but not an s:submit --%= > > > > > > > <%-- NEITHER OF THESE WORKS: --%> > > > > > > > > > > > > > > > > > > Any ideas? > > > > > > Thanks=2C > > > Agoston > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe=2C e-mail: user-unsubscribe@struts.apache.org > > > For additional commands=2C e-mail: user-help@struts.apache.org > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe=2C e-mail: user-unsubscribe@struts.apache.org > > For additional commands=2C e-mail: user-help@struts.apache.org > > > > = --_7664011d-31b6-481d-84c3-8b7545f060f2_--