Based on the number of input i want multiple froms tab to appear on same page in jsp. I am new to this so please help. Below is the image what i want to implement. It is done in .net
Asked
Active
Viewed 1,539 times
1 Answers
0
You could use the TabView component from YUI JavaScript library. http://yui.github.io/yui2/docs/yui_2.9.0_full/examples/tabview/frommarkup.html
Inside every tab, you can then insert anything you want, including forms, text content etc.

Fragias
- 124
- 2