DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38986>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38986 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-16 23:10 ------- (In reply to comment #12) > If you don't like the pooling/syncronizing of the HashMap you can always > override the createAction Method and always return a new instance. > If you are using Tiles you'll have to override TileRequestProcessor > instead. I am in favor simple controller framework. I coded it several times for different projects and it works. Light weight, thread safe actions can be loaded in the Map for reuse or newInstance can be called each time depends upon configuration. But, this brinings another point. What should I extend in Struts in order to get just simple controller framework. No tiles, no forms, forward response mapped in XML, no maps in ModuleConfigImpl itc. Do you think that lightweight controller framework should be available in a top level of Struts object hierarchy? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]