[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/struts/taglib/html ExHtmlTag.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Jul 26 23:18:00 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/struts/taglib/html
In directory jcorp2.servlets.net:/tmp/cvs-serv3910/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/struts/taglib/html

Modified Files:
	ExHtmlTag.java 
Log Message:
accommodate removed exception


Index: ExHtmlTag.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/struts/taglib/html/ExHtmlTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ExHtmlTag.java	3 Jun 2003 06:12:20 -0000	1.6
--- ExHtmlTag.java	27 Jul 2004 06:17:58 -0000	1.7
***************
*** 73,77 ****
  import org.apache.struts.util.ResponseUtils;
  
- import javax.servlet.ServletException;
  import javax.servlet.ServletResponse;
  import javax.servlet.jsp.JspException;
--- 73,76 ----
***************
*** 85,89 ****
   * set, and establishes those for this page
   *
-  * @version $Revision$ $Date$
   */
  public class ExHtmlTag
--- 84,87 ----
***************
*** 118,126 ****
                  l = Locale.getDefault();
              }
!             try {
!                 charset = Messages.getString(l, "charset");
!             } catch (ServletException se) {
!                 charset = "";
!             }
          }
          if (charset.equals("")) {
--- 116,120 ----
                  l = Locale.getDefault();
              }
!             charset = Messages.getString(l, "charset");
          }
          if (charset.equals("")) {



More information about the cvs mailing list