Re: make template content classes serializable

2001-01-18 Thread David Geary
"Craig R. McClanahan" wrote: > It is on my list (if nobody beats me to it). I checked that change in, along with support for roles, a couple of days ago. david > Got stuck in an all day meeting today. > > Craig > > > "Deadman, Hal" wrote: > >> Sorry to resubmit this request and excuse me if t

Re: templates and flushing the buffer

2001-01-18 Thread David Geary
Since neither the insert tag nor the get tag implement BodyTagSupport, the flushing should not be necessary. I originally added the flushes because it was necessary for a particular servlet container (Tomcat3.1, if I remember correctly). I just took out the flushes and it worked with both Tomcat3

Re: release()

2001-01-22 Thread David Geary
"Craig R. McClanahan" wrote: > Wong Kok Wai wrote: > > > A general question: > > > > I've noticed in the implementation of release method in the tags, there > > is always a call to super.release(). The exception being the template > > tags. My question is: is calling super.release() a best practi

Re: Weblogic 6.0/Template Tags and release method

2001-02-23 Thread David Geary
Done. I moved the creation of the map to doStartTag(), which should solve the problem. Let me know if it doesn't. david Laine Donlan wrote: > I am not sure if this has come up on the list recently but it seems that > there is a minor bug in the template tags in Weblogic 6.0. I think the > pro

Re: template tags

2001-02-23 Thread David Geary
No, you cannot nest template:insert tags. You must "cut it up".   david bram wrote: Hi, is there a way to nest "template:insert" tags?when I try the following I get a "Illegal to flush within a custom tag"exception. (ps I know that I can "cut it up" in multiple jsp pages, but this way would be

Re: template tags

2001-02-23 Thread David Geary
No, you cannot nest template:insert tags. You must "cut it up".   david bram wrote: Hi, is there a way to nest "template:insert" tags?when I try the following I get a "Illegal to flush within a custom tag"exception. (ps I know that I can "cut it up" in multiple jsp pages, but this way would be

Re: [PROPOSAL] Two New Committers

2001-02-24 Thread David Geary
Welcome aboard, guys. +1 david "Craig R. McClanahan" wrote: > I would like to propose the following individuals for committer status > on the Struts project: > > Rob Leland > > Vincent Massol > > Both of them are interested in working on unit tests for Struts, and I > look forward to having t

PROPOSAL: Template Screens

2001-02-27 Thread David Geary
eation and maintenance, and allow global screen changes. david * The ContentMap class has been renamed to ScreenDefinition. ** I wanted to take Joel's advice and add some attributes to the existing template:insert tag, but this new tag doesn't have a body, so they must be separate tags. >

Re: [VOTE] Proposed Committer: Cedric Dumoulin

2001-03-02 Thread David Geary
+1 david "Craig R. McClanahan" wrote: > Cedric has created some very nice extensions to the JSP template model > in Struts, and is interested in contributing them to Struts. I hereby > propose him as a committer, and he has my +1. > > Votes please? > > Craig