GroovyPortlet need to support Jetspeed's new feature, auto-dispatching for edit_defaults mode option. -----------------------------------------------------------------------------------------------------
Key: PB-75 URL: https://issues.apache.org/jira/browse/PB-75 Project: Portals Bridges Issue Type: Improvement Components: groovy Affects Versions: 1.0.3 Environment: Jetspeed-2.1.3 Reporter: Woonsan Ko Assignee: Woonsan Ko Priority: Minor Fix For: 1.0.4 When Jetspeed 2's auto-dispatching for edit_defaults mode option is turned on, JS2 would try to invoke doEdit() method directly without invoking render() method. For this functionality, Jetspeed-2 tries to know if the portlet is extending GenericPortlet and if it has public doEdit() method. (See https://issues.apache.org/jira/browse/JS2-634 for details.) However GroovyPortlet does not extend GenericPortlet, differing from other bridges. So, this new feature would not work for Groovy portlets. Therefore, GroovyPortlet need to extend GenericPortlet and have public doEdit() method to support the new feature of JS2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]