java - Handling multiple forms in spring mvc -
in jsp having multiple tabs containing separate forms,see below image:

problem: since tabs present in same jsp, reached 1300 lines. can not neglected.
since using spring mvc,i need bind 4 objects(abc,abc sub1,abc sub2,abc sub3) while returning view, not acceptable.
i thinking of dividing whole page 4 different jsp's (and including jsp's based on requirement or event), still not satisfied solution.
can body give me other solutions...????
thanks .....!!
use ajax submit need @ once.
Comments
Post a Comment