58 lines
2.5 KiB
Plaintext
58 lines
2.5 KiB
Plaintext
|
<!--Generated by WebLogic Workshop-->
|
||
|
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
|
||
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
|
||
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
|
||
|
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
|
||
|
<netui:html>
|
||
|
<head>
|
||
|
<title>
|
||
|
Bug 34263
|
||
|
</title>
|
||
|
</head>
|
||
|
<netui:body>
|
||
|
<netui:form action="EnterName" focus="" tagId="FormOne">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>LastName:</td>
|
||
|
<td>
|
||
|
<netui:textBox dataSource="actionForm.lastName"></netui:textBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>FirstName:</td>
|
||
|
<td>
|
||
|
<netui:textBox dataSource="actionForm.firstName"></netui:textBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<netui:button value="Enter" tagId="NameEnter"></netui:button>
|
||
|
<netui:button type="submit" value="Delete" action="DeleteName" tagId="NameDelete"></netui:button>
|
||
|
</netui:form>
|
||
|
<netui:form action="EnterSearch" focus="" tagId="FormTwo">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Query:</td>
|
||
|
<td>
|
||
|
<netui:textBox dataSource="actionForm.query"></netui:textBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<netui:button value="Enter Search" tagId="SearchEnter"></netui:button>
|
||
|
<netui:button type="submit" value="Advanced Search..." action="EnterAdvancedSearch" tagId="SearchAdvanced"></netui:button>
|
||
|
</netui:form>
|
||
|
<netui:form action="begin" focus="" tagId="FormThree">
|
||
|
<table></table>
|
||
|
Advanced: <netui:checkBox dataSource="pageFlow.advanced"></netui:checkBox>
|
||
|
<br>
|
||
|
Verbose: <netui:checkBox dataSource="pageFlow.verbose"></netui:checkBox>
|
||
|
<br>
|
||
|
<netui:button value="Enter" tagId="CustomizeUpdate"></netui:button>
|
||
|
<netui:button type="submit" tagId="CustomizeReset" value="Reset"></netui:button>
|
||
|
</netui:form>
|
||
|
<netui:form action="begin" focus="" tagId="FormFour">
|
||
|
<netui:button value="Misc One" tagId="MiscOne"></netui:button>
|
||
|
<netui:button type="submit" value="Misc Two" tagId="MiscTwo"></netui:button>
|
||
|
</netui:form>
|
||
|
</netui:body>
|
||
|
</netui:html>
|