From issues-return-72-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue May 02 04:25:20 2006 Return-Path: Delivered-To: apmail-struts-issues-archive@locus.apache.org Received: (qmail 18861 invoked from network); 2 May 2006 04:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 04:25:17 -0000 Received: (qmail 87085 invoked by uid 500); 2 May 2006 04:24:51 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 86982 invoked by uid 500); 2 May 2006 04:24:50 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 86943 invoked by uid 99); 2 May 2006 04:24:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:24:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 21:24:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D7757142B8 for ; Tue, 2 May 2006 04:24:19 +0000 (GMT) Message-ID: <27186741.1146543859118.JavaMail.jira@brutus> Date: Tue, 2 May 2006 04:24:19 +0000 (GMT+00:00) From: "David Evans (JIRA)" To: issues@struts.apache.org Subject: [jira] Closed: (STR-1254) tiles:insert in jsp called from DefinitionDispatcherAction not working MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/struts/browse/STR-1254?page=all ] David Evans closed STR-1254: ---------------------------- Resolution: Incomplete Assign To: Ted Husted > tiles:insert in jsp called from DefinitionDispatcherAction not working > ---------------------------------------------------------------------- > > Key: STR-1254 > URL: http://issues.apache.org/struts/browse/STR-1254 > Project: Struts Action 1 > Type: Improvement > Components: Tiles > Versions: Unknown > Environment: Operating System: other > Platform: Other > Reporter: Nicolas Kuzminski > Assignee: Ted Husted > Priority: Minor > Fix For: 1.2 Family > > Scenario: > [struts.cfg] > (...) > type="org.apache.struts.tiles.actions.DefinitionDispatcherAction" > parameter="definition"> > > > > type="com.dsigno.deltaplus.jsp.ShowHorariosAction"> > > > (...) > [tiles-defs] > (...) > > > > > > > (...) > [/empleado/index.jsp] > (...) > > > > (...) > Requesting "/show.do=.empleado", gives you the /empleado/index.jsp page, but > instead of having the .horarios definition inserted, /empleado/index.jsp gets > inserted recursivelly. I mean, yo see /empleado/index.jsp inserted > in /empleado/index.jsp inserted in /empleado/index.jsp and so on, in the place > that the success page of showHorarios should be. > I tried something similar using ForwardAction, hardcoding the definition as and > action parameter, and it works fine, obviously loosing the flexibilty I wanted. > Seems to be a DefinitionDispatcherAction bug. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira