Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F334EDB8 for ; Mon, 28 Jan 2013 21:30:53 +0000 (UTC) Received: (qmail 27724 invoked by uid 500); 28 Jan 2013 21:30:51 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 27610 invoked by uid 500); 28 Jan 2013 21:30:51 -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 27601 invoked by uid 99); 28 Jan 2013 21:30:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 21:30:51 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=HTML_MESSAGE,MISSING_MID,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 66.147.249.253 is neither permitted nor denied by domain of denise.edwards@densweb.com) Received: from [66.147.249.253] (HELO oproxy1-pub.bluehost.com) (66.147.249.253) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 28 Jan 2013 21:30:45 +0000 Received: (qmail 25349 invoked by uid 0); 28 Jan 2013 21:30:21 -0000 Received: from unknown (HELO host363.hostmonster.com) (66.147.240.163) by oproxy1.bluehost.com with SMTP; 28 Jan 2013 21:30:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=densweb.com; s=default; h=In-Reply-To:Content-Type:MIME-Version:Date:Subject:To:From:Reply-To; bh=KTHO0MTZAbNWp+2CZw9EIGMSwmnXF/WkP5+ToQPgsSM=; b=n82927TrCQt3SiJh23UZ1OdXYGEwv0aCn8IEuO9u0oGlagN8g6ESFhDNb+akE9IvG3arx7nRmSdbBTwR3s0VE7hJVPEldA9eZuhtS5ahn47Iwdk+fBxMa7xsojAXme9X; Received: from [74.89.170.151] (port=1502 helo=bbnyltsv059) by host363.hostmonster.com with esmtpa (Exim 4.80) (envelope-from ) id 1TzwHT-0003mS-FE for user@struts.apache.org; Mon, 28 Jan 2013 14:30:20 -0700 Reply-To: From: "Denise" To: "'Struts Users Mailing List'" Subject: RE: iframes with struts2 Date: Mon, 28 Jan 2013 16:31:11 -0500 Organization: Densweb MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_010F_01CDFD74.E33A60E0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Ac39naq/4h9xnqvkQVSUicOEbz/TbQAAL2HQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 In-Reply-To: X-Identified-User: {2021:host363.hostmonster.com:denmedia:densweb.com} {sentby:smtp auth 74.89.170.151 authed with denise.edwards@densweb.com} X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20130128213050.C8D20884@athena.apache.org> ------=_NextPart_000_010F_01CDFD74.E33A60E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I think that's pretty much my next step as it's a bit puzzling. I have stripped down the frame file to bare minimum and still no go. I'll create a mini struts2 app with frames and post it. Will send location once posted. Regards Denise _____ From: Dave Newton [mailto:davelnewton@gmail.com] Sent: Monday, January 28, 2013 4:23 PM To: Struts Users Mailing List; denise.edwards@densweb.com Subject: Re: iframes with struts2 Can you create a SSCCE and put it on github or somewhere? Dave On Mon, Jan 28, 2013 at 3:56 PM, Denise wrote: I removed the custom tag and still getting this problem. -----Original Message----- From: Denise [mailto:denise.edwards@densweb.com] Sent: Monday, January 28, 2013 1:37 PM To: 'Struts Users Mailing List' Subject: RE: iframes with struts2 Ok I am not sure but there may be a conflict between a custom tag (originally created during struts1 implementation) and any struts2 tags. Without adding any struts2 tags the page renders fine. With a struts2 tag the custom tag's output (using jspWwriter's out ) does not complete and I'm guessing that's the reason for the blank page. Regards Denise -----Original Message----- From: Denise [mailto:denise.edwards@densweb.com] Sent: Monday, January 28, 2013 12:27 PM To: 'Struts Users Mailing List'; denise.edwards@densweb.com Subject: RE: iframes with struts2 Also this output in the dos window.. [DEBUG] [28 Jan 2013 12:24:22,671] [http-bio-8080-exec-12] (ApplicationDispatcher.java:407) - Disabling the response for futher output -----Original Message----- From: Denise [mailto:denise.edwards@densweb.com] Sent: Monday, January 28, 2013 12:19 PM To: 'Struts Users Mailing List' Subject: RE: iframes with struts2 I'm seeing a bunch of this in the debug output: 2013-01-28 12:01:34,984 [http-bio-8080-exec-4] DEBUG org.apache.catalina.core.ContainerBase.[Standalone].[localhost].[/appname].[ jsp]- Disabling the response for futher output I'm using tomcat7. I've searched the web and noticed a similar issue that another struts user has. This user is also using iframes/framesets and closely describes the issue I'm having. Unfortunately no real solution is posted. I'm still reviewing the logs. Any feedback on this would be appreciated. Regards Denise -----Original Message----- From: Dave Newton [mailto:davelnewton@gmail.com] Sent: Monday, January 28, 2013 10:54 AM To: Struts Users Mailing List; denise.edwards@densweb.com Subject: Re: iframes with struts2 Turn up logging to debug level, turn devMode on, and check the logs again. You're certain that all JSPs in the iframes include the taglib directive? On Mon, Jan 28, 2013 at 10:48 AM, Denise wrote: > The result... The section where the iframe is placed on the screen, returns > a blank screen and with no error output. > > -----Original Message----- > From: Denise [mailto:denise.edwards@densweb.com] > Sent: Monday, January 28, 2013 10:45 AM > To: 'Struts Users Mailing List' > Subject: RE: iframes with struts2 > > Thanks Dave for responding.. > > This piece of code should render a drop down box populated with values from > a hashmap set in the associated actionsupport class. I've also tested by > adding a simple s:property code at the top of the page and the page stops > at > the first point where a struts tag is referenced. > > > > -----Original Message----- > From: Dave Newton [mailto:davelnewton@gmail.com] > Sent: Monday, January 28, 2013 10:37 AM > To: Struts Users Mailing List; denise.edwards@densweb.com > Subject: Re: iframes with struts2 > > On Mon, Jan 28, 2013 at 10:28 AM, Denise > wrote: > > > I'm migrating webapp from struts1 to struts2. On one of the screens the > app > > uses an iframe. The frame file is not recognizing any struts2 tags. The > > taglib directive is present on all jsp files used for this iframe setup. > I > > have no problems referencing the struts2 tags in other areas of the app. > > > > Has anyone come across this issue? > > > > What is rendering? Unprocessed JSP source? > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > -- e: davelnewton@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton b: Bucky Bits g: davelnewton so: Dave Newton --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org -- e: davelnewton@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton b: Bucky Bits g: davelnewton so: Dave Newton ------=_NextPart_000_010F_01CDFD74.E33A60E0--