Ignore:
Timestamp:
May 10, 2010, 7:42:51 PM (14 years ago)
Author:
tobias
Message:

additional clients can be added to the configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/WebContent/WEB-INF/faces-config.xml

    r864 r871  
    3838                <managed-bean-scope>request</managed-bean-scope>
    3939        </managed-bean>
     40        <managed-bean>
     41                <description>testbean for radiogroup</description>
     42                <managed-bean-name>selectionTags</managed-bean-name>
     43                <managed-bean-class>SelectionTags</managed-bean-class>
     44                <managed-bean-scope>session</managed-bean-scope>
     45        </managed-bean>
    4046       
    4147        <navigation-rule>
Note: See TracChangeset for help on using the changeset viewer.