MOLGENIS FAQ Here you can find answers to some of the most frequently asked questions about MOLGENIS. If you have a question not answered on this page, you can ask it on the MailingList. See the MolgenisSupport page for more options on getting support and services for MOLGENIS. = I want to automatically select my plugin = Solution: 1. Use the '_target' parameter in the form containing the selecting action {{{ #!xml }}} 2. In the handleRequest of the targetted plugin change selection of menu {{{ #!java ((MenuScreen)getParent()).setSelected(this.name); }}}