Hi Support,

This is Jayesh Prajapati and I am trying to make use of Apache Isis for
building an application. One of the use case is similar to below example
and I need some help here.

Entities - Student, Class and School
1. On home page there is a button to create or add student
2. On click of this button a dialog prompt for student detail e.g. name,
birthday, gender, etc.
3. On click of OK button it shows list of classes with checkboxes
4. User select check boxes for the classes where this student is studying
e.g. Dance, Karate, etc.
5. Click on Next button where user get a message that student is
successfully created and shows list of students with check boxes
6. A bulk action is required here where user is allowed to add selected
students in a school i.e. after selecting desired student records on click
of 'Add to school' button a dialog must popup with a school drop down field.
>> This is not working and as per documentation [1] bulk action with
parameter is not supported.
>> How to achieve this behaviour ? Please help.

There is one more use case where on the student's list view I want to show
an action 'Search', which should show a dialog with search criteria like
name, dob, class, etc. but its not working because it needs at least one
record to be selected as it is marked for COLLECTION ONLY.

[1] - https://isis.apache.org/pages/tg/tg.html#_bulk_actions

Thank you,
Jayesh

Reply via email to