DataModelSelection in a list represented via EntityQuery

Is it possible to have support for including DataModelSelection on a paginated list page through EntityQuery? (All examples load the list by querying @ Factory). But I would like to reuse the existing pagination mechanism and just enable the ability to support DataModelSelection on it.

I also assume that a DataModelSelection is able to track a single row in a List, as we extend it to support a specific action (like deleting, activating ...) of several rows.

I am a newbie and would appreciate any help on this topic. I already went through the samples sent as part of the seam (booking, message).

I have already posted this in the users seam forum , but I have not yet received an answer

+3
source share
1 answer

I think you would solve this problem, but these two code snippets could help a bit

html code (jsf file)

bean method that processes an action from jsf

0
source

Source: https://habr.com/ru/post/1740739/


All Articles