Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Click event in a form guide

Avatar

Level 3

Hello all,

I'd like to ask a question about form guides: What I would like to do is to populate a collection of items on the server side and to display those items in a grid control (or similar) in a form guide. After displaying, the user should be able to select one of the items by clicking on the respective row.

Is this possible at all, and if so, how?

Thank you all,

Steffen.

2 Replies

Avatar

Former Community Member

What is the intended user experience after the user clicks a row in the repeating grid? The default repeating grid control has actions associated with it.

Steve

Avatar

Level 3

Hi Steve,

1st of all, thank you for your reply.

In my scenario, I'd like to populate a grid with user names, id's and some additional information. When a user clicks on an entry (or row), I'd like to use data from the respective record (let's say the user's id) for subsequent operations, like calling a web service requiring a user id as the input parameter.

I seem to be able to populate a list (by calling an LC component returning an ArrayList of objects, even not knowing if this is the correct approach), but I can't find something like a click event *per row*.

Any hint would be really helpful,

Steffen.