• 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

List of Values in JSP Pages

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone.
I am working on a jsp with an LOV that is needed to populate the field (say person_name) along with a person_id field.
Ideally, the LOV is just anther JSP (which I've already created) that lists the person_name along with a person_name search field. The person_name list would be a whole bunch of hyperlinks that when clicked closes the LOV jsp and populates the parent jsp with the appropriate name and hidden id, without reloading the parent jsp.
But can JSP's do this? I haven't seen it anywhere online before.
Thanks

 
reply
    Bookmark Topic Watch Topic
  • New Topic