Author: giacomo Date: Sun Mar 20 06:51:18 2005 New Revision: 158330 URL: http://svn.apache.org/viewcvs?view=rev&rev=158330 Log: fix typo
Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/flow/binding_example.js Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/flow/binding_example.js URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/flow/binding_example.js?view=diff&r1=158329&r2=158330 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/flow/binding_example.js (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/flow/binding_example.js Sun Mar 20 06:51:18 2005 @@ -80,6 +80,8 @@ contact.setId("1"); contact.setFirstName("Hermann"); bean.addContact(contact); + bean.addDrink("Maes"); + bean.addDrink("Leffe"); form.load(bean); form.showForm("form2-display-pipeline");