Qwerty is not working

<%@ page isELIgnored="false" contentType="text/html; charset=utf-8" language="java" errorPage=""  %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:set var="message" value="${requestScope.message}" />
<c:set var="nwg" value="${requestScope.nwg}" />
<c:set var="action" value="${param.action}" />
<c:set var="id" value="${param.id}" />
<c:if test="${nwg.isGuest() or nwg.getUserAttribute('privilege') ne 'admin'}">
  <c:redirect url="/index"/>
</c:if>
<script src="../js/tinymce/tinymce.min.js"></script>
<script src='https://cloud.tinymce.com/stable/tinymce.min.js'></script>
<p><b>News Posts Control Panel</b></p>
<p>
  <c:out value="<i>${message}</i>" escapeXml="false" />
</p>
<br>
<c:choose>
  <c:when test="${action eq 'edit' and !empty id}">
    <c:set var="newsTitle" value="${nwg.getNewsRowById(id).get('title')}" />
    <form id="newspost" name="newspost" class="newspost-form" method="post" action="admin?page=newspost">
      <table border="0" width="900px">
        <tr>
          <td align="right" width="166">News Title:</td>
          <td ><input type="text" placeholder="title" id="edittitle" name="title" value="${newsTitle}" class="content2" />
           </td>
			<td width="80" align="right" ><table cellpadding="3" cellspacing="2"><tr><td>