* @param context
* @throws ServletException
*/
public void init(ModuleContext context) throws ServletException {
this.context = context;
this.pluginContext = new PluginContext(context, DefaultAction.class, new DefaultDispatcher(context));
try {
initI18n();
} catch (Exception e) {
throw new ServletException("Could not initialize i18n", e);