0 Replies Latest reply on Jun 9, 2008 6:46 AM by kristjan273

    dynamically replace component

    kristjan273

      Hi,


      I have rich:orderingList component with a column of outputText components.
      I want to give both functionalities - change postition and rename on same page - so I tried to change outputText to inlineEdit but as data model is quite large (~300 rows) it takes quite a lot of time to render.

      So I got an idea to implement a4j:support and on dblClick event outputText component for the selected row is dynamically replaced with input text or inplaceEdit component.

      Any ideas how to achieve that or if there is any other way to get proposed behaviour?

      brg,
      KS