1. public class ServletTest extends HttpServlet{ 2. public void goGet( 3. HttpServletRequest request 4. HttpServletResponse response) 5. throws ServletException, IOException 6. { 7. String message = *In doGet*; 8. 9. } 10. }
Показать комментарии к этому вопросу (0) Добавить комментарии Ссылка на этот вопрос
<%@ taglib uri=’exmaple’ prefix=’example’%>
<example:aTagWithABody>
<%=”BODY CONTENT”%>
</example:aTagWithABody>