DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17756>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17756 MVCPortlet Proposal ------- Additional Comments From [EMAIL PROTECTED] 2003-03-10 19:48 ------- Todd, I have made the package changes locally in my repository and merged the changes I had made into the new code. Some of my changes: - ViewProcessor.processView() now returns and Object as opposed to a ConcreteElement. ECS is being removed from as much of Jetspeed as possible, so I thought it best to remove it from any public method signatures. - GenericMVCPortlet is now cache aware per the code that is (was) in VelocityPortlet. - I added some code, in GenericMVCPortlet, to populate the HttpServletRequest with all the appropriate objects like "portlet", etc. before actions are fired so that existing JspPortletActions won't break when using the new logic. Before this was done, the JspViewProcessor was populating the request, however, at that point it is to late for the Action to take adavantage of these objects as it has already fired. - I removed some * imports I made sure to prefix most of my changes with my initials, "STW", so you could see what I did. I will post the changes as soon as I am finished testing. Mark, As soon as Martin sets up my account and my tests are finished, I will commmit these changes. -scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
