Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Overriding configuartion in Liferay Form
Hello, i have one question. Is it possible to add my own configuration to created form used by Liferay's feature and if yes tell me the best approach to to do that. Thank you very much in advance.
Attachments:
Possible the "easiest" way to do this is to create JSP Override for the configuration.jsp of the forms module, see https://help.liferay.com/hc/en-us/articles/360017881152-JSP-Overrides-Using-OSGi-Fragments
To automatically save your configuration just be sure that your <input>-Fields have a name in the form "preferences--somePreferenceKey--" as described here: https://help.liferay.com/hc/en-us/articles/360018178611-Using-Configurable-Portlet-Preferences#step-2-create-the-configuration-jsp-for-displaying-the-portlet-preference-options
To automatically save your configuration just be sure that your <input>-Fields have a name in the form "preferences--somePreferenceKey--" as described here: https://help.liferay.com/hc/en-us/articles/360018178611-Using-Configurable-Portlet-Preferences#step-2-create-the-configuration-jsp-for-displaying-the-portlet-preference-options
okay, thank you. I am gonna try this out and then write my results
Where can i find the direct path to configuration.jsp of the forms module? In the example that you linked they override login.jsp in com.liferay.login.web bundle. Which bundle is suitable for me ?
The module you are looking for would probably be "com.liferay.dynamic.data.mapping.form.web". Inside that module you will find the configuration.jsp inside the directory "display".
You did not write which Liferay version you are using. The module above is found in Liferay 7.3
You did not write which Liferay version you are using. The module above is found in Liferay 7.3
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™