Beispiele:
1 |
2 |
3 |
4 |
5
Konfigurationsbeispiel 5
Konfiguration:
- Auf der Ebene des Wurzelknoten wird kein Öffnen- bzw. Schließ-Symbol gezeichnet (linesAtRoot="false").
- Die Instanz des TreeControls wird in dem der Action zugeordneten Formbean gesucht. Statt des Name-Attributes wird daher das Property-Attribute angegeben.
- Weitere Einstellungen vergleiche Konfigurationsbeispiel A.
<html:form action="/sample201/productBrowse">
<ctrl:tree
id="prod1"
property="products"
root="true"
linesAtRoot="false"
labelProperty="name"
imageProperty="type"
expandMode="multiple"
groupselect="true"
checkboxes="false"/>
</html:form>
|