• 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

To display X-Hive Collection data on .WM

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Our program is using Web Macro as Front end with X-Hive database as backend.
The category table in backend have say foll. values as Sports,Music,OutDor,etc.
We want to fetch these values in my servlet which extends WM servlets (webMacro)1 & display it on say display.wm page.
My question is How To display these values which are coming from database.
We have used Colleaction,Map,Iterator as Category class to fetch these values(which are coming correctly on Servlet side) but not getting how to display it on .wm page.
Please Help!Its Urgent!
Thanks,
Ameeta
 
reply
    Bookmark Topic Watch Topic
  • New Topic