RE: Requirement to create a search button and search container for OOTB For

Jamie Sammons, modified 3 Years ago. New Member Posts: 10 Join Date: 11/26/21 Recent Posts

Hi,

I have requirement to create "Search" button for Form and on click of this "Search" button api call has to perform and in next page

"Table" with list of data with "Checkbox" has to populate, and based on checkbox click further api call and function has to be perform.

Any suggestion to implement this using "Liferay Form" in Liferay 7.4.

Thanks and regards:

Manoj Kumar

thumbnail
Olaf Kock, modified 3 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

Your question is quite broad - have you seen the "guestbook" samples, which contain quite a bit of search-container usage examples?

Jamie Sammons, modified 3 Years ago. New Member Posts: 10 Join Date: 11/26/21 Recent Posts

Hi Olaf,

Thanks for the response. Let me simplify the question,

Requirement is to use Liferay Form with multiple pages and in every page there is an api call and based on that response will populate the data in next page and so on.

Don't have to go with custom MVC module.

For single submit button customisation of Liferay form we can go with either storage adapter or will customize the Liferay Form action by BaseMVCActionCommand, but here have to take control in every page  button to call api.