submit action is not calling my action class method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SBSundar1793
    New Member
    • Mar 2016
    • 1

    submit action is not calling my action class method

    I am using struts2 mvc pattern for my project,

    Where i am trying to submit the form in js action class is not calling. While performing AJAX call for the same action i am getting response correctly,but on submit it is not working.my struts action throwing input as action result.
Working...