java - Handling multiple forms in spring mvc -


in jsp having multiple tabs containing separate forms,see below image:

enter image description here

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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -