iframes with struts2

2013-01-28 Thread Denise
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.

Re: iframes with struts2

2013-01-28 Thread Dave Newton
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 r

RE: iframes with struts2

2013-01-28 Thread Denise
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 refer

RE: iframes with struts2

2013-01-28 Thread Denise
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.edwa...@densweb.com] Sent: Monday, January 28, 2013 10:45 AM To: 'Struts Users Mailing List' Subject: RE: iframes with struts

Re: iframes with struts2

2013-01-28 Thread Dave Newton
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 an

RE: iframes with struts2

2013-01-28 Thread Denise
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 th

RE: iframes with struts2

2013-01-28 Thread Denise
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.edwa...@densweb.com] Sent: Monday, January 28, 2013 12:19 PM To: 'Str

RE: iframes with struts2

2013-01-28 Thread Denise
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

RE: iframes with struts2

2013-01-28 Thread Denise
I removed the custom tag and still getting this problem. -Original Message- From: Denise [mailto:denise.edwa...@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 cus

Re: iframes with struts2

2013-01-28 Thread Dave Newton
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.edwa...@densweb.com] > Sent: Monday, January 28, 2013 1:37 PM >

RE: iframes with struts2

2013-01-28 Thread Denise
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:davelnew..

Struts2-dojo tag Calendar not working with simple theme

2013-01-28 Thread gauravk
I am able to see calendar, but clicking on it doesn't do any action: <%@ taglib prefix="sx" uri="/struts-dojo-tags"%> -- View this message in context: http://struts.1045723.n5.nabble.com/Struts2-dojo-tag-Calendar-not-working-with-simple-theme-tp5711733.html Sent from the Struts - Us