Hello, I am trying to implement http://www.appelsiini.net/projects/jeditable in my struts2 code.
Problem I am having is that when the user clicks Ok I am going back to my action, however, I just want my aciton to execute the code necessary to save changes back to the database. I do not want any result type as I do not want to move away from the current page. Is this possible in struts2 or am I better off having a servlet for this? Thanks! -bhaarat