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

JQuery Autocomplete without using label, value, id -

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

JAVA - what is the difference between void and boolean methods? -