working with multiple forms in same action class in Struts2
Posted
by jpanewbie
on Stack Overflow
See other posts from Stack Overflow
or by jpanewbie
Published on 2010-05-26T12:38:21Z
Indexed on
2010/05/26
12:41 UTC
Read the original article
Hit count: 181
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?
© Stack Overflow or respective owner