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.

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to