1.1 --- a/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Fri Jul 22 20:32:51 2005 +0000
1.2 +++ b/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml Fri Jul 22 20:39:10 2005 +0000
1.3 @@ -22,7 +22,7 @@
1.4 Item type:
1.5 <select template:element="type" name="{template:list-attribute('type-enum', 'value')}" multiple="multiple"
1.6 onchange="requestUpdate(
1.7 - '{$application-url}comments',
1.8 + 'comments',
1.9 '{template:list-attribute('type-enum', 'value')}',
1.10 '{template:other-elements(../options)}',
1.11 '{template:child-attribute('value', template:child-element('comment', 1, template:other-elements(../options)))}',