Message Boards

Requirement to create a search button and search container for OOTB Form.

Manoj Kumar, modified 2 Years ago.

Requirement to create a search button and search container for OOTB Form.

New Member Posts: 9 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 2 Years ago.

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

Liferay Legend Posts: 6403 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?

Manoj Kumar, modified 2 Years ago.

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

New Member Posts: 9 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.