• 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

Ectracting Value of a <h:commandLink>

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

I wanted to extract the value of a <h:commandLink> so i can utilize the value as a parameters. Essentially i have a dynamic list that is being generated with <h:commandLink> around it. So whatever is being dynamically created (unique ids) they are a link to lead the user to the actual unique ids information. Unfortunately i am having problems displaying it, the work around i have come up with is extract that unique id when i click the link, and using as it a parameter to populate the information. Any suggestion as to a function built into <h:commandLink> that would allow me to extract the value (store in ArrayList of Managed Beans) Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic