• 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

displaying multiple pages

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am working on IBM Content Manager Java API's.
I have to display 'n' number of pages.
It is not possible to store all the pages in any collections provided in Java.
But can able to display one page at a time.

I want to display first page initially. If in case more pages(depending on the pagecount i am passing) are there user has to press the next button to get the next page. During that time the control should go to the Session bean to get the next page.

My question is:
1.How to approach this problem.
2. Is it possible to disply byte array in image control provided by JSF.

Please help me.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This isn't a Java question so much as an "IBM Content Manager" problem and a JSF problem. Let's move this to "Other Java Products and Servers" to get your bigger problem answered.
reply
    Bookmark Topic Watch Topic
  • New Topic