• 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

command link inside the <hx:commandExRowAction>

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi I am using a data table in my jsp page . I need to select one row on click in datatable , that i am achieving by adding <hx:commandExRowAction> in side datatable.
But i need to make one feild in the datatable as a command link. But i am not able to click on that command link because wherever i click inside the data table only <hx:commandExRowAction> is getting called. What i have to do for call command link inside the <hx:commandExRowAction> ?
Please help me

<h:dataTable binding="#{HistoryAction.dataTable}"var="varcaseHistory">
<hx:commandExRowAction action="#{HistoryAction.setSelectedRow}">
</hx:commandExRowAction>

<h:commandLink action="#{ViewUpAction.getrolluplist}" value="#{varcaseHistory.parentExpNum}">
 
Politics is a circus designed to distract you from what is really going on. So is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic