Changeset 867 for vanHelsing/trunk/gui/WebContent
- Timestamp:
- Apr 26, 2010, 6:20:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vanHelsing/trunk/gui/WebContent/menu.jspx
r864 r867 22 22 <ice:panelTab label="Configuration"> 23 23 <ice:panelGroup style="float:top"> 24 <ice:commandButton id="newClient" 25 value="create client" 26 actionListener="#{configurationBean.newClientButtonListener}" /> 27 24 28 <ice:commandButton id="newRes" 25 29 value="create resource" 26 actionListener="#{configurationBean.newResourceListener}"/> 30 actionListener="#{configurationBean.newResourceButtonListener}"> 31 </ice:commandButton> 32 27 33 <ice:commandButton id="reloadRes" 28 34 value="reload Tree" 29 35 actionListener="#{configurationBean.reloadResourceButtonListener}" /> 36 30 37 <ice:commandButton id="saveRes" 31 38 value="update resource" 32 39 actionListener="#{configurationBean.saveButtonListener}"/> 40 33 41 <ice:commandButton id="deleteRes" 34 42 value="delete resource" … … 58 66 <ice:commandLink actionListener="#{configurationBean.userObjectItemNodeSelected}"> 59 67 <f:param name="userObject.resId" value="#{item.userObject.userObject.resId}"/> 60 <ice:outputText id="knoten" value="#{item.userObject.userObject.value}"/> 61 </ice:commandLink> 68 <f:param name="userObject.resName" value="#{item.userObject.userObject.value}" /> 69 <ice:outputText id="knoten" value="#{item.userObject.userObject.value}"/> 70 </ice:commandLink> 62 71 </ice:panelGroup> 63 72 </f:facet> … … 101 110 </ice:column> 102 111 </ice:dataTable> 112 <ice:commandButton id="createResource" 113 value="save" 114 rendered="#{configurationBean.createResource eq true}" 115 actionListener="#{configurationBean.saveClientButtonListener}" /> 103 116 </ice:panelGrid> 104 117 </f:facet>
Note:
See TracChangeset
for help on using the changeset viewer.