Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 32646 invoked from network); 20 Feb 2010 02:21:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2010 02:21:16 -0000 Received: (qmail 96475 invoked by uid 500); 20 Feb 2010 02:21:13 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 96411 invoked by uid 500); 20 Feb 2010 02:21:13 -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 96401 invoked by uid 99); 20 Feb 2010 02:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 02:21:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mccorby@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2010 02:21:07 +0000 Received: by vws13 with SMTP id 13so254385vws.35 for ; Fri, 19 Feb 2010 18:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=oM/5UaC9Z6wKr+QajGJGAPLnk7cRjEGHo/jM8mqtpt0=; b=bLWsdXMT2eO8hpetrsV861zUy9esLS2a0mXg+mMMaXvyMv9p3LYyHzIKv6Z1Wwdu6W S5+pCb72aYUW4WuHE4tCBugj+EXVqg2OL1/3lVMot5yg+Ulp9QG9L+QJaSu7ZSKhtyqp ShBTXiJydFwVm7YqVGklUd99MBvP49Psg7QJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=udgkObfjRAWQdQRPOPgp+Te1izCiNg/DH89AAw0EG/jPBKLt2936pO1aborGcFo4J6 3gxFhj9VDoxYhO8iOgvvcfNTqXMSb+EMLRAouFgbR8VoUEkEheK34EmOt2yjLKqhH+SA UlC24aJhtgZhMIxzwBazRFoGydm5NovoN4EoI= MIME-Version: 1.0 Received: by 10.220.107.101 with SMTP id a37mr2153949vcp.120.1266632445061; Fri, 19 Feb 2010 18:20:45 -0800 (PST) From: "Jose A. Corbacho" Date: Sat, 20 Feb 2010 09:20:25 +0700 Message-ID: <846a35b81002191820h28853b96ke427218c02640ce5@mail.gmail.com> Subject: Content DIV update strategy To: user@struts.apache.org Content-Type: multipart/alternative; boundary=00c09f971e1df2ee21047ffed867 --00c09f971e1df2ee21047ffed867 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I would like your advise for a problem I'm facing with sx:div. I'm using JDK 1.5, Struts 2.1.6 and Firefox 3.0.18 under Ubuntu. In our application, we have a central sx:div in the Main action page where the content is displayed. It is declared as follows: Then, the action ListOwnProjects displays as follows: This means (or so is my understanding) that the content div should be updated from an element inside itself. This, however, brings the whole page (Main) into "contentDiv" and not the content of "ViewOwnProject" action. The different JSPs are placed correctly and struts.xml associates the actions with the proper files (everything is ok if I call these actions separately). is set and working in other places of the code. Any hint? Thanks, Jose A. Corbacho --00c09f971e1df2ee21047ffed867--