掲示板

sample-groovy-portlet action-file with multiple actions?

10年前 に Gwowen Fu によって更新されました。

sample-groovy-portlet action-file with multiple actions?

Expert 投稿: 315 参加年月日: 10/12/27 最新の投稿
Hi,

In the sample-groovy-portlet's portlet.xml file contains an "init-param" tag for "action-file" to specify the action. How could I define multiple actions in portlet.xml and how to create the method for each action?

<init-param>
<name>action-file</name>
<value>/WEB-INF/groovy/action.groovy</value>

Thanks!
Gwowen