calling a ModuleRoot's function in other class
I have created a new class: @Path("/pidedit") @WebObject(type = "pidedit") public class PIDEditorModule extends ModuleRoot { public static final String PID_FIELD = "note:note"; @GET @Path(value = "{id}/html") @Produces("text/html;cha...