<%@ page contentType="text/html; charset=euc-jp" %> <%@ page import="allaire.taglib.*" %> <%@ taglib uri="jruntags" prefix="jrun" %> <jrun:getmsg msgsrc="QueueConnectionFactory" id="msg"> select * from queue1 </jrun:getmsg> <%@ include file="html/header.html" %> <table width="100%"> <tr> <td><b>GETMSG タグ: 例</b>( <a href="html/getmsg_jsp.html">ソースの表示</a> ) </td> </tr> <tr><td><%= pageContext.getAttribute("msg") %></td></tr> </table> <%@ include file="html/footer.html" %>