private boolean _jspx_meth_html_select_0(
     javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_0, PageContext _jspx_page_context)
     throws Throwable {
   PageContext pageContext = _jspx_page_context;
   JspWriter out = _jspx_page_context.getOut();
   //  html:select
   org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_0 =
       (org.apache.struts.taglib.html.SelectTag)
           _jspx_tagPool_html_select_property_name.get(
               org.apache.struts.taglib.html.SelectTag.class);
   _jspx_th_html_select_0.setPageContext(_jspx_page_context);
   _jspx_th_html_select_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
   _jspx_th_html_select_0.setName("mySrvRssFreeForm");
   _jspx_th_html_select_0.setProperty("srvFrequencyListening");
   int _jspx_eval_html_select_0 = _jspx_th_html_select_0.doStartTag();
   if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
     if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
       out = _jspx_page_context.pushBody();
       _jspx_th_html_select_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
       _jspx_th_html_select_0.doInitBody();
     }
     do {
       out.write("\r\n\t\t\t\t\t\t");
       if (_jspx_meth_html_optionsCollection_0(_jspx_th_html_select_0, _jspx_page_context))
         return true;
       out.write("\r\n\t\t\t\t\t");
       int evalDoAfterBody = _jspx_th_html_select_0.doAfterBody();
       if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break;
     } while (true);
     if (_jspx_eval_html_select_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
       out = _jspx_page_context.popBody();
     }
   }
   if (_jspx_th_html_select_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
     _jspx_tagPool_html_select_property_name.reuse(_jspx_th_html_select_0);
     return true;
   }
   _jspx_tagPool_html_select_property_name.reuse(_jspx_th_html_select_0);
   return false;
 }