Re: Scrollbar problem with tabbed panel in Struts2

2007-12-05 Thread quinquin2209
Thanks. It's ok for your suggested method. Jeromy Evans - Blue Sky Minds wrote: > > quinquin2209 wrote: >> Thanks for reply >> >> Yes. The content of the tab remains, just the scrollbar >> appears/disappears. >> >> I have tried an experiment in the tabbed panel example in >> struts2-showcase

Re: Scrollbar problem with tabbed panel in Struts2

2007-12-05 Thread Jeromy Evans
quinquin2209 wrote: Thanks for reply Yes. The content of the tab remains, just the scrollbar appears/disappears. I have tried an experiment in the tabbed panel example in struts2-showcase as follow: 1. Open file example2.jsp located at struts2-showcase-2.0.11\ajax\tabbedpanel 2. Edit the t

Re: Scrollbar problem with tabbed panel in Struts2

2007-12-04 Thread quinquin2209
Thanks for reply Yes. The content of the tab remains, just the scrollbar appears/disappears. I have tried an experiment in the tabbed panel example in struts2-showcase as follow: 1. Open file example2.jsp located at struts2-showcase-2.0.11\ajax\tabbedpanel 2. Edit the tab content of tab with

Re: Scrollbar problem with tabbed panel in Struts2

2007-12-04 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > when current pane exceeds panel scrollbar is shown is correct I believe the issue is that the scrollbar appears and disappears when the tab is clicked. > From: "quinquin2209" >> However, if I click on the tab-header of the currently opened tab, the >

Re: Scrollbar problem with tabbed panel in Struts2

2007-12-04 Thread Martin Gainty
when current pane exceeds panel scrollbar is shown is correct please display code M-- - Original Message - From: "quinquin2209" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 04, 2007 6:29 AM Subject: Scrollbar problem with tabbed panel in Struts2 > > Hi All, > > I have used the tabbe