1 Reply Latest reply on Feb 8, 2009 10:26 AM by tsurdilovic

    anchor for every <rich:dataTable> row

    mark_weatherill

      I would like some help with the following problem please:
      in my <rich:dataTable> i need to insert an html anchor for every row so that whenever the <a4j:commandLink> for that row is clicked, Seam can do a reRender of the same page (showing slightly different data but with the same anchor names) and do a hyperlink jump down to the row whose anchor name was clicked on. I would also like the row whose anchor was clicked on to be displayed as a grey background against a white dataTable.
      I know that an <a4j:commandLink> gets rendered in html as an
      but what i need help with is how to insert the actual anchor, ie.
      Any help offered greatly appreciated.
      Regards

      Mark Weatherill.