working with multiple forms in same action class in Struts2
How do we populate\retrieve information from\into multiple开发者_开发技巧 forms in same action class in Struts2 ? With ModelDriven approach, action is tied to one form. With ScopedModelDriven interceptor jsp becomes dirty as one has to write model.property to access form properties. Is there a better way of doing it?
精彩评论