2 Replies Latest reply on Sep 23, 2008 10:28 AM by josephotoole

    rich:modalPanel Query

    josephotoole

      Hi

      In my applicaiton, I display the search results as links. On the search results page there is limited information displayed to the user, hence the user can click on a particular result and see the result in more detail displayed in a rich:modalPanel.

      I am wondering how I can pass information from the search results page to the modalPanel.

      I was thinking if each of the search results was a commandLink containing nested <f:param> fields, i.e. a field for each of the pieces of information that I want to output in the modalPanel. How can I get this modalPanel to read these params passed from the commandLinks. Is it as simple as just using a backing bean? Note the fields are non-editable on the modalPanel

      Thanks