greeting.xhtml
来自「OperaMasks是一种基于J2EE的Web开发技术」· XHTML 代码 · 共 16 行
XHTML
16 行
<?xml version="1.0" encoding="UTF-8"?>
<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:w="http://www.apusic.com/jsf/widget"
xmlns:ajax="http://www.apusic.com/jsf/ajax">
<w:form transient="true" rich="true">
<h2>Hello, my name is Duke. What is yours?</h2>
<h:graphicImage url="/ajax/updater/duke.gif"></h:graphicImage>
<h:outputText value="#{demo.helloduke.UserBean.result}" />
<br/>
<h:inputText value="#{demo.helloduke.UserBean.name}"></h:inputText>
<h:commandButton value="sayHello" action="#{demo.helloduke.UserBean.sayHello}" />
</w:form>
</f:view>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?