i dont have any idea on this error
i am trying to use Spring AjaxEventDecoration..
Code:Spring.addDecoration(new Spring.AjaxEventDecoration({ elementId: "selectedTaishoHaniSentei.analyzeId", formId: "rosenkaSanshutsuView", event: "onchange", params: { _eventId: "updateTaishoHaniSentei", 'selectedTaishoHaniSentei.analyze_id': dojo.byId('selectedTaishoHaniSentei.analyzeId')[dojo.byId('selectedTaishoHaniSentei.analyzeId').selectedIndex].id } }));any example that may i refer to... thanksCode:Mapping Results = [[Success@14d0d46 mapping = parameter:'selectedTaishoHaniSentei.analyzeId' -> selectedTaishoHaniSentei.analyzeId, code = 'success', error = false, originalValue = '99999', mappedValue = '99999'], [TargetAccessError@1a27fbe mapping = null -> eventId, code = 'propertyNotFound', error = true, errorCause = org.springframework.binding.expression.PropertyNotFoundException: Property not found, originalValue = [null], mappedValue = [null]], [TargetAccessError@170b8b6 mapping = parameter:'ajaxSource' -> ajaxSource, code = 'propertyNotFound', error = true, errorCause = org.springframework.binding.expression.PropertyNotFoundException: Property not found, originalValue = 'selectedTaishoHaniSentei.analyzeId', mappedValue = [null]], [TargetAccessError@16edb6b mapping = parameter:'selectedTaishoHaniSentei.analyze_id' -> selectedTaishoHaniSentei.analyze_id, code = 'propertyNotFound', error = true, errorCause = org.springframework.binding.expression.PropertyNotFoundException: Property not found, originalValue = '', mappedValue = [null]], [Success@107799e mapping = parameter:'selectedTaishoHaniSentei.joruiNo' -> selectedTaishoHaniSentei.joruiNo, code = 'success', error = false, originalValue = 'null', mappedValue = 'null'], [TargetAccessError@1c1a5d6 mapping = parameter:'execution' -> execution, code = 'propertyNotFound', error = true, errorCause = org.springframework.binding.expression.PropertyNotFoundException: Property not found, originalValue = 'e19s1', mappedValue = [null]]]



Reply With Quote
