Rev | Line | |
---|
[848] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <jsp:root version="1.2"
|
---|
| 3 | xmlns:jsp="http://java.sun.com/JSP/Page"
|
---|
| 4 | xmlns:f="http://java.sun.com/jsf/core"
|
---|
| 5 | xmlns:h="http://java.sun.com/jsf/html"
|
---|
| 6 | xmlns:ice="http://www.icesoft.com/icefaces/component">
|
---|
| 7 | <jsp:directive.page contentType="text/html;charset=utf-8" />
|
---|
| 8 | <f:view>
|
---|
| 9 | <ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN" doctypeSystem="http://www.w3.org/TR/html4/loose.dtd"/>
|
---|
| 10 | <html>
|
---|
| 11 | <head>
|
---|
| 12 | <title><ice:outputText value="ICEfaces, Ajax for Java EE" /></title>
|
---|
| 13 | <ice:outputStyle href="./xmlhttp/css/rime/rime.css" />
|
---|
| 14 | </head>
|
---|
| 15 | <body>
|
---|
| 16 |
|
---|
| 17 | <ice:dataTable
|
---|
| 18 | var="item"
|
---|
| 19 | value="#{configurationBean.selectedObject}"
|
---|
| 20 | >
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | <ice:column>
|
---|
| 24 | <f:facet name="header">
|
---|
| 25 | <ice:outputText value="Key" />
|
---|
| 26 | </f:facet>
|
---|
| 27 | <ice:outputText value="#{item.key}" />
|
---|
| 28 | </ice:column>
|
---|
| 29 |
|
---|
| 30 | <ice:column>
|
---|
| 31 | <f:facet name="header">
|
---|
| 32 | <ice:outputText value="Value" />
|
---|
| 33 | </f:facet>
|
---|
[849] | 34 | <ice:outputText value="#{item.keyValue}" />
|
---|
[848] | 35 | </ice:column>
|
---|
| 36 |
|
---|
| 37 | </ice:dataTable>
|
---|
| 38 | <ice:form>
|
---|
| 39 | <ice:messages />
|
---|
| 40 |
|
---|
| 41 | </ice:form>
|
---|
| 42 |
|
---|
| 43 | </body>
|
---|
| 44 | </html>
|
---|
| 45 | </f:view>
|
---|
| 46 | </jsp:root> |
---|
Note:
See
TracBrowser
for help on using the repository browser.