bean.jsp

来自「eclipse cookbook the source code of the」· JSP 代码 · 共 14 行

JSP
14
字号
<HTML>
    <HEAD>
        <TITLE>Setting a Property Value</TITLE>
    </HEAD>

    <BODY>
        <H1>Setting a Property Value</H1>

        <jsp:useBean id="bean1" class="org.cookbook.ch11.BeanClass" />

        Got this from the bean: <jsp:getProperty name="bean1" property="text" /> 
    </BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?