How do submit an object to a struts2 action using jQuery?
- by James Drinkard
I have an object that I'm populating from a selection off a table row that a user selects. I have a jQuery function that captures the click event and a hidden form field populates an id I need.
However, I'm not sure as to the proper way to send off that object to a struts2 action? I tried using this:
$(function() {
$('#tbl…