1.1 --- a/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Fri Jul 22 20:32:29 2005 +0000
1.2 +++ b/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Fri Jul 22 20:32:51 2005 +0000
1.3 @@ -21,9 +21,11 @@
1.4 <p>
1.5 Item type:
1.6 <select template:element="type" name="{template:list-attribute('type-enum', 'value')}" multiple="multiple"
1.7 - onchange="requestUpdate('{$application-url}comments', '{template:list-attribute('type-enum', 'value')}',
1.8 + onchange="requestUpdate(
1.9 + '{$application-url}comments',
1.10 + '{template:list-attribute('type-enum', 'value')}',
1.11 '{template:other-elements(../options)}',
1.12 - '{template:child-attribute('value', template:child-element('comment', 1, template:other-elements(../options)))}',
1.13 + '{template:child-attribute('value', template:child-element('comment', 1, template:other-elements(../options)))}',
1.14 '/structure/item/options')">
1.15 <option template:element="type-enum" template:expr="@value-is-set" template:expr-attr="selected"
1.16 template:value="@value" value="{@value}" />