mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
18 lines
456 B
HTML
18 lines
456 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:ui="http://java.sun.com/jsf/facelets">
|
|
<head>
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<title>hm...</title>
|
|
</head>
|
|
<body>
|
|
<h:form>
|
|
<h:outputText value="Click " />
|
|
<h:commandLink value="here" action="#{throw.action}"/>
|
|
<h:outputText value=" to throw an IFXException."/>
|
|
<h<caret>
|
|
|
|
</h:form>
|
|
</body>
|
|
</html>
|