Last change
on this file since 1252 was 832, checked in by tobias, on Mar 5, 2010 at 6:03:21 PM |
views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[832] | 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 | <ice:panelGroup id="messages" style="visibility:visible">
|
---|
| 17 | <ice:panelGrid columns="2">
|
---|
| 18 | <ice:form>
|
---|
| 19 | <ice:outputLabel for="messages.name" value="Name: " />
|
---|
| 20 | <ice:inputText id="messages.name" value="#{baum.selectedNode.messagesItem.name}" />
|
---|
| 21 |
|
---|
| 22 | <ice:outputLabel for="messages.mailCommand" value="MailCommand: " />
|
---|
| 23 | <ice:inputText id="messages.mailCommand" value="#{baum.selectedNode.messagesItem.mailCommand}" />
|
---|
| 24 |
|
---|
| 25 | <ice:outputLabel for="messages.destination" value="Destination: " />
|
---|
| 26 | <ice:inputText id="messages.destination" value="#{baum.selectedNode.messagesItem.destination}" />
|
---|
| 27 | </ice:form>
|
---|
| 28 | </ice:panelGrid>
|
---|
| 29 | </ice:panelGroup>
|
---|
| 30 | </body>
|
---|
| 31 | </html>
|
---|
| 32 | </f:view>
|
---|
| 33 | </jsp:root>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.