• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with ui:repeat or h:datatable or ice:datatable

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi all

I am facing a strange problem

I have a table generated at backend and I have tried to use ui:repeat and h:datatable and ice:datatable

I have set the overflow-y:scroll in my panelgroup or div over this datatable and have given it a max height

still the browser scrollbar appears instead of internal scrollbar of the div

this happens only if we open the site to that page and not if we travel from some other page

What could be the reason and a solution

Please its urgent
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Ankur. We're not a good place to go for urgent help, since we're not paid to stand by 24x7 to answer questions, and on top of that, it was a holiday weekend in the USA.

I haven't worked with icefaces lately, but what I normally do for problems like this is first RTFM, of course, then look at the generated HTML in my browser. I can usually deduce some sort of pattern for CSS to latch on to, except in cases where the control's own internal CSS collides.
 
Ankur Bajaj
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim

Thanks for the welcome, hope you had a great weekend

the problem doesn't seem to be icefaces specific

and the main issue is that why does it not happen when we travel from some other page in that case we get the expected results
 
Ankur Bajaj
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<submitted twice>
reply
    Bookmark Topic Watch Topic
  • New Topic