Resolved

Just needed to remove $.ajax and add tapestryZone and pass in my parameters. 

            $("#" + spec.linkId).bind("click", function(){
                var specs = {
                    url: "/eprs/testtemplate.vendorzone:mysubmit",
                    params : {value : $("#" + spec.idInput).val()}
                };
                
                $('#vendorZone').tapestryZone("update", specs);
            });


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Reloading-zone-from-custom-event-handler-tp5531638p5531668.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to