Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 42241 invoked from network); 5 Mar 2008 22:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2008 22:18:50 -0000 Received: (qmail 97246 invoked by uid 500); 5 Mar 2008 22:18:38 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 97120 invoked by uid 500); 5 Mar 2008 22:18:38 -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 97109 invoked by uid 99); 5 Mar 2008 22:18:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 14:18:38 -0800 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [150.148.0.65] (HELO ironport5.fda.gov) (150.148.0.65) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 22:18:03 +0000 X-SBRS: None X-MID: 22479060 Received: from fmd3tj001.fda.gov ([10.160.10.76]) by ironport5.fda.gov with ESMTP; 05 Mar 2008 17:18:11 -0500 Received: from FMD3VS011.fda.gov ([10.160.10.62]) by FMD3TJ001.fda.gov with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Mar 2008 17:18:11 -0500 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C87F0E.CBF76CF0" Subject: How can I combine a result (tiles + xslt)? Date: Wed, 5 Mar 2008 17:18:10 -0500 Message-ID: <1F2B02B194D7EA4D811573D1BE9FB0134B9E23@FMD3VS011.fda.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How can I combine a result (tiles + xslt)? Thread-Index: Ach/Dst4eAGSGbmoSGeUR5RZf5F4IA== From: "Griffith, Michael *" To: "Struts Users Mailing List" X-OriginalArrivalTime: 05 Mar 2008 22:18:11.0505 (UTC) FILETIME=[CC5E2210:01C87F0E] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C87F0E.CBF76CF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi,=20 =20 Can anyone advise me on the best way to approach this problem? I have a Struts2 application using Tiles 2 for UI. I have a page where the body of my tiles composition needs to be generated dynamically from XSLT. I want to transform XML into HTML tags including a form and inputs, which would be dynamically generated from my action class. =20 I checked out the XSLT result type, but if I go that route, it appears I can't use a tiles definition. What I am looking for is something like=20 ------------------ tile --------------- | x | x | tile | x | x | x ------------------ tile --------------- =20 Is this a good application for writing my own interceptor for?=20 =20 Any help would be much appreciated. MG ------_=_NextPart_001_01C87F0E.CBF76CF0--