list view, record view split screen?

Hi all!

Need your expert advice again. I need to be able to show a list view of data on the left hand side of the screen and an HTML page on the right hand side.

The only way i can think of doing that is using Tabpanel as a controller on the right hand side. However, the controller always defaults to left side. Is there a way to change that? Or any ideas on how I can implement this “split screen” effect?

Thanks!

Using the JSplitPane bean. Search the form for more info.

hope that helps,

Paul

thanks! works perfectly. didn’t even know it existed!