Re: tons of tiles debug messages!

2002-08-16 Thread mpopovits.rm
the Tiles plugin is defined like this in your > struts-config.xml file: > > From: mpopovits.rm [mailto:mpopovits@h...] > Sent: Friday, August 16, 2002 11:28 AM > To: [EMAIL PROTECTED] > Subject: tons of tiles debug messages! > > > When I bring up my weblogic server

tons of tiles debug messages!

2002-08-16 Thread mpopovits.rm
When I bring up my weblogic server which uses tiles I get pages and pages of tiles debug messages from the apache commons digester. How do I get rid of these? I've reduced my action servlet debug parms all down to 0, but they still torment me. -Please help. Thanks, Michelle Here's my action

tiles & exception handling

2002-08-02 Thread mpopovits.rm
Hi, I've been working with tiles for a few days now and I really do like it a lot. One thing I'm not sure how to handle is showing the application error page. When one of my tiles fails it simply outputs the exception name in that tiles place in the layout and outputs all the other tiles f

Re: Really Wierd Error: resolved.

2002-08-02 Thread mpopovits.rm
iginal code would work if you changed it to: > > >Click Here > > (This is all from memory, and i haven't re-tested, so apologies if i'm full > of crap) > > chris > > > -Original Message- > > From: mpopovits.rm [mailto:mpopovits@h

Re: Really Wierd Error: resolved.

2002-08-02 Thread mpopovits.rm
Actually, it's not a bug in weblogic, I just found out how to make this work. Apparently the onclick of the anchor tag does something bad and moving the code to the href does work. Bad: Click Here Good: Click Here Thanks, Michelle --- In [EMAIL PROTECTED], "mpopovits.r

Re: Really Wierd Error: Software caused connection abort: socket write error

2002-08-02 Thread mpopovits.rm
n). > > Does this happen with just one browser? (the problem I > experienced was browser-dependent). > > Post some more of your html/javascript and it may make > it easier for others to provide you with help (e.g. > form and the submitAlphaSearchByLetter function, or at > least the

Really Wierd Error: Software caused connection abort: socket write error

2002-08-01 Thread mpopovits.rm
Hi, I get the following exception after I return forward (at the end of my action dispatch method): java.net.SocketException: Software caused connection abort: socket write error I seems to happen after I invoke a javascript function to perform a submit from an anchor tag: E If I were to i

Re: tiles & javascript

2002-07-30 Thread mpopovits.rm
appears on the top of every page). > > Is that what you need? > > chris > > > -Original Message- > > From: mpopovits.rm [mailto:mpopovits@h...] > > Sent: Tuesday, July 30, 2002 10:35 AM > > To: [EMAIL PROTECTED] > > Subject: Re: tiles & javasc

Re: tiles & javascript

2002-07-30 Thread mpopovits.rm
Chris, A couple small questions about your example: Where is the value for "key.HomeWindowTitle" to be defined? Where is value for "template.main.header" defined Thanks, Michelle --- In [EMAIL PROTECTED], "Bartley, Chris P" <[EMAIL PROTECTED]> wrote: > I'm not promising that this is the bes

Re: tiles & javascript

2002-07-30 Thread mpopovits.rm
s that my main layout page also has > this line right before the : > > name="javascript_includes.forwards" classname="java.util.List" > ignore="true"/> > > Sorry about that. Add that to your classicLayout2.jsp and you should be > good to g

Re: tiles & javascript

2002-07-30 Thread mpopovits.rm
Hi Chris, Many thanks for the information and your example code!! I'm working through your example and I am trying to apply it to my situation. The problem I'm having is that in the Head layout jsp it's not recognizing that the javascriptIncludesForwards is PRESENT. Is there something I misse

Re: tiles & javascript - sorry for multiple posting

2002-07-29 Thread mpopovits.rm
My sincere apologies for the multiple postings of this message. --- In [EMAIL PROTECTED], "mpopovits.rm" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to tiles and am wondering what the best way is to integrate > javascript, as follows: > > Before Tiles:

tiles & javascript

2002-07-29 Thread mpopovits.rm
Hi, I'm new to tiles and am wondering what the best way is to integrate javascript, as follows: Before Tiles: I had a main jsp (with some includes for header/footer) and some embedded javascript and js file references. After Tiles: I have tiles setup for header/footer/body. The layout that I

tiles & javascript

2002-07-29 Thread mpopovits.rm
Hi, I'm new to tiles and am wondering what the best way is to integrate javascript, as follows: Before Tiles: I had a main jsp (with some includes for header/footer) and some embedded javascript and js file references. After Tiles: I have tiles setup for header/footer/body. The layout that I

Re: iterate tag with nested collections?

2002-02-13 Thread mpopovits.rm
Yeah, that worked. Thanks. --- In [EMAIL PROTECTED], "MacKellar, Kimberly" <[EMAIL PROTECTED]> wrote: > If I understand your structure correctly, something like the following > should work > > property="report.Level1" > > > > > > Insured Name: property="insuredName"/> >

Struts with dynamically generated contenct?

2002-01-30 Thread mpopovits.rm
Has anyone used Struts in an environment where some of pages are dynamically generated. In this case an action would write the html directly to the output stream instead of forwarding to a jsp. Anything to consider here? Is it still advantageous to use Struts in this kind of situation? Are t

Re: Struts and weblogic 5.1 SP11

2002-01-28 Thread mpopovits.rm
I have used sp 9, 10, & 11 successfully with Struts and WLS 5.1. --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > > > Hello All: > Can anyone share their experiences with Struts and this version of > Weblogic? I have asked this question before but now I am getting ready to start >

testing

2002-01-28 Thread mpopovits.rm
this is a test post to the struts group -- To unsubscribe, e-mail: For additional commands, e-mail: