On Mon, 2005-09-12 at 11:18 -0500, Joe Germuska wrote: > At 5:24 PM +0200 9/12/05, Leon Rosenberg wrote: > >And I think there is no PMC for tomcat? > > Tomcat is still officially a Jakarta subproject, so the Jakarta PMC > fills this role. I'm not sure at this time if they are planning to > move to TLP or not, but probably someone else on this list knows. > > > > If nothing changes by Wednesday, if it were me, I'd submit a patch to > >> the documentation summarizing the issue and pointing to the ticket. > > > >How can I submit a patch to the documentation? > > The site is in CVS (not SVN); I think this is the main root: > http://svn.apache.org/viewcvs.cgi/jakarta-tomcat/src/doc/?root=Apache > > By the way, iId like to point out that in Struts 1.3 the > ActionContext provides a pretty convenient way to organize your > application to help control this. (Soon-to-be-) Common practice is > to specify an alternative implementation class for ActionContext with > your own typesafe property methods which internally use the request > and/or session to store values. You could control synchronization on > those methods. > > At this time, Struts doesn't routinely place the ActionContext itself > into the request scope (although perhaps it should?) but if you put > it there, then even your JSPs could use the ActionContext as a facade > against the Session and then you could control the sync issues.
Sounds interesting, will look into it, thanx Leon > > Joe > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]