Hi there,
You could also query for the form using Dojo like so:
Code:<script type="text/javascript"> dojo.addOnLoad(function() { dojo.query("form").forEach(function(element) { Spring.remoting.submitForm('selectedTaishoHaniSentei.analyzeId', element.id, { _eventId:'updateTaishoHaniSenteiByAnalyzeId' }); }); }); </script>


Reply With Quote
