FATAL exception raised: createWidget() Node not found with specified id of 'dob'.
I encounter this problem when I try to use a selectionproperty with Eventlistener annotation to populate the 2nd propertyselection <select jwcid="chapterChooser"> </select> <select jwcid="districtChooser"> </select> <select jwcid="hanChooser"> </select> <span jwcid="[EMAIL PROTECTED]" value="ognl:formA.dob"/> <span jwcid="[EMAIL PROTECTED]" value="ognl:formA.dof"/> the 2nd combo box got populated however the exception aboved thrown in browser(dojo console) and the "dob" drop down date picker unable to re render back... however the "dof" manage to re render itself help needed ... detailed exception is as follow --------------------------------------------------------------------------------------------------------------------------------------------- ATAL exception raised: createWidget() Node not found with specified id of 'dob'. ERROR: 11:43:36 PM: Error evaluating script: //<![CDATA[ tapestry.widget.synchronizeWidgetState("dob", "DropdownDatePicker", {"inputId":"dob","inputName":"dob","iconAlt":"Select a Date","displayFormat":"dd MMM yyyy","value":1165248000000,"disabled":false}); tapestry.widget.synchronizeWidgetState("dof", "DropdownDatePicker", {"inputId":"dof","inputName":"dof","iconAlt":"Select a Date","displayFormat":"dd MMM yyyy","value":1165248000000,"disabled":false}); tapestry.cleanConnect(dojo.byId("chapterChooser"), "onchange", "formEvent1596821762"); tapestry.formEvent1596821762=function(e){ var content={beventname:"onchange"}; tapestry.event.buildEventProperties(e, content); if (!content["beventtarget.id"]){ content["beventtarget.id"]="chapterChooser"; } var validateState=tapestry.form.forms["f1"].validateForm; var validateForm=false; tapestry.form.setFormValidating("f1", validateForm); tapestry.form.submitAsync("f1", content); tapestry.form.setFormValidating("f1", validateState); }; dojo.event.connect(dojo.byId("chapterChooser"), "onchange", tapestry, "formEvent1596821762"); tapestry.cleanConnect(dojo.byId("districtChooser"), "onchange", "formEvent1231452535"); tapestry.formEvent1231452535=function(e){ var content={beventname:"onchange"}; tapestry.event.buildEventProperties(e, content); if (!content["beventtarget.id"]){ content["beventtarget.id"]="districtChooser"; } var validateState=tapestry.form.forms["f1"].validateForm; var validateForm=false; tapestry.form.setFormValidating("f1", validateForm); tapestry.form.submitAsync("f1", content); tapestry.form.setFormValidating("f1", validateState); }; dojo.event.connect(dojo.byId("districtChooser"), "onchange", tapestry, "formEvent1231452535"); //]]> Error : createWidget() Node not found with specified id of 'dob'. : http://localhost:8080/SGMTapestry/app?service=asset&path=%2Fdojo%2Fdojo.js : line 14 hope it is readable -- View this message in context: http://www.nabble.com/Node-not-found-tf2762493.html#a7702017 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]