I want to add a new value in Config section of Administration. In source code I have done some modifications like adding the field and assigning the values to it. But am not able get that value in jsp page for editing. Can you guide me on this?
Code: Select all
If property not exists it will be created automatically.// Example with String, but can be List etc...
ConfigDAO.getString(key, defaultValue);