Ignore:
Timestamp:
Apr 26, 2010, 6:20:44 PM (14 years ago)
Author:
tobias
Message:

create Client function added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/WebContent/menu.jspx

    r864 r867  
    2222                <ice:panelTab  label="Configuration">
    2323                            <ice:panelGroup style="float:top">
     24                                <ice:commandButton id="newClient"
     25                                        value="create client"
     26                                        actionListener="#{configurationBean.newClientButtonListener}" />
     27                                       
    2428                                <ice:commandButton id="newRes"
    2529                                    value="create resource"
    26                                     actionListener="#{configurationBean.newResourceListener}"/>
     30                                    actionListener="#{configurationBean.newResourceButtonListener}">
     31                                    </ice:commandButton>
     32                                   
    2733                                        <ice:commandButton id="reloadRes"
    2834                                                value="reload Tree"
    2935                                                actionListener="#{configurationBean.reloadResourceButtonListener}" />
     36                                       
    3037                                        <ice:commandButton id="saveRes"
    3138                                        value="update resource"
    3239                                        actionListener="#{configurationBean.saveButtonListener}"/>
     40                                       
    3341                                        <ice:commandButton id="deleteRes"
    3442                                                value="delete resource"
     
    5866                                                <ice:commandLink actionListener="#{configurationBean.userObjectItemNodeSelected}">
    5967                                                <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>
    6271                                        </ice:panelGroup>
    6372                                        </f:facet>
     
    101110                                        </ice:column>
    102111                                </ice:dataTable>
     112                                <ice:commandButton id="createResource"
     113                                        value="save"
     114                                        rendered="#{configurationBean.createResource eq true}"
     115                                        actionListener="#{configurationBean.saveClientButtonListener}" />
    103116                        </ice:panelGrid>
    104117                        </f:facet>
Note: See TracChangeset for help on using the changeset viewer.