mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
<%@ taglib uri="/WEB-INF/test.tld" prefix="test" %>
|
|
|
|
<test:test class="pack2.TestClass"/>
|
|
|
|
<%
|
|
System.out.println(testVar);
|
|
%>
|