<%@ taglib prefix="m3" uri="/WEB-INF/tld/mercury3-taglib.tld"%> <fieldset> <legend> Member Nodes </legend> <table> <tr> <td> <form name="sourceValues" style="margin-bottom:0px;padding:0px;"> <select name="sources" multiple size="6" align="center" id="sources" onchange="query();" style="width: 400px"> <m3:mnSourceOptions/> </select> </form> </td> </tr> </table> </fieldset>