scrolling jsp page to display fields down the page with column names fixed.
843840Jan 27 2009 — edited Jan 29 2009The jsp page is very huge and has lot of methods sequenced to beans. When I use <DIV> tag and some simple english sentences below the column headers, it works perfectly.
If I change the code to my jsp expressions and scriplets, the scrolling bar never shows up!
In the page which I am discussing has 2-3 parts.
1. The first part has Radio Buttons and has nothing to do with scrolling.
2. The second part starts with a form and all column headers which has to be fixed so that underneath data can be scrolled and can be read out as to which data belongs to which field.
3. The third part has all the values in the "for" loop for each column.
I used the following div tag to get scrollable exactly in the right place for a plain text separated with paragraphs.
*<div style="position:absolute; left:260px; top:420px; width:780px; height:390px; background-color:#ffffff; overflow:auto;">*
OR are there any idea.
If I happen to use frame, the whole page will be changed which takes hell lot of time.
Kindly please give me some ideas.
Thanks.