1.1 --- a/examples/Common/Configurator/Resources/config_template.xhtml Fri Jul 22 20:32:51 2005 +0000
1.2 +++ b/examples/Common/Configurator/Resources/config_template.xhtml Fri Jul 22 20:39:10 2005 +0000
1.3 @@ -22,13 +22,13 @@
1.4 <p template:element="base-system">Model
1.5 <select template:attribute="value" name="{template:this-attribute()}"
1.6 onchange="
1.7 - requestUpdate('{$application-url}cpu', '{template:this-attribute()}',
1.8 + requestUpdate('cpu', '{template:this-attribute()}',
1.9 '{template:other-elements(../cpu)}', '{template:other-attributes('value', ../cpu)}',
1.10 '/configuration/details/cpu');
1.11 - requestUpdate('{$application-url}memory', '{template:this-attribute()}',
1.12 + requestUpdate('memory', '{template:this-attribute()}',
1.13 '{template:other-elements(../../memory)}', '{template:other-attributes('value', ../../memory/memory-unit)}',
1.14 '/configuration/memory');
1.15 - requestUpdate('{$application-url}hard-disks', '{template:this-attribute()}',
1.16 + requestUpdate('hard-disks', '{template:this-attribute()}',
1.17 '{template:other-elements(../../hard-disks)}',
1.18 '{template:other-attributes('value', ../../hard-disks/hard-disk)}', '/configuration/hard-disks')">
1.19 <option template:element="base-system-enum" template:expr="@value-is-set" template:expr-attr="selected" template:value="@value"
1.20 @@ -94,7 +94,7 @@
1.21
1.22 <p template:element="storage-unit">Storage unit
1.23 <select template:attribute="value" name="{template:this-attribute()}"
1.24 - onchange="requestUpdate('{$application-url}accessories', '{template:other-attributes('value', ../storage-unit)}', '{template:other-elements(../../accessories)}', '{template:other-list-attributes('accessory-enum', 'value', ../../accessories)}', '/configuration/accessories')">
1.25 + onchange="requestUpdate('accessories', '{template:other-attributes('value', ../storage-unit)}', '{template:other-elements(../../accessories)}', '{template:other-list-attributes('accessory-enum', 'value', ../../accessories)}', '/configuration/accessories')">
1.26
1.27 <option template:element="storage-unit-enum" template:expr="@value-is-set" template:expr-attr="selected" template:value="@value"
1.28 value="{@value}"></option>