creating partition
Friend I am looking for a screen which is divided into two parts ( which looks something like below)
These kind of screen is common in shopping and banking application.
EMPLOYEE DETAIL |employee name__
--
COMPANY DETAIL|employee age
--
PROVINCE DETAIL|employee address
-
CITY DETAIL |
OTHERS|
Where the first part is a menu where clicking on a link say EMPLOYEE DETAIL should give me
the entry screen for employee (which is nothing but EMPLOYEE.JSP) .At the same time the menu should always be there adjacent to the entry screen.Similarly for other link like PROVINCE DETAIL,CITY DETAIL etc...Note that each link shoudl be a separate jsp file.
Can some one give me some hint so that I can make a start.
Thanks.

