I am Implementing a MadelDriven interface with its getModel() mehtod in Action class and passing an object of an bean(POJO) class
to save the bean boject but it thrown an Exception like that
javax.servlet.ServletException: could not insert: [beans.CapabilityBuildingDTO]
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:518)
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:421)