2 Replies Latest reply on Jul 24, 2006 6:35 AM by bfo81

    Wanna create Id-safe DataModelSelection

    bfo81

      Hello

      As the @DataModel and @DataModelSelection have problems when you have multiple list screens I want to extend them and create an Id-safe version. This one shouldn't use 0,1,2,... as row index but the real Id's.

      So I had a look at the code and had an approach in mind. But there's just one question I have.

      When using <s:link> in a JSF datatable... where do those numbers 0,1,2,... in the URLs (e.g. .../theList.seam?action=theEditor.selectEntity&dataModelSelection=entities[0]) come from?