« Return to Thread: We have setup a public OpenCms Maven2 Repository

Re: Get the value of a property in order to set another property

by Nacho Fernández Orellana :: Rate this Message:

Reply to Author | View in Thread

Hi Enric, Chris and list,

Enric actually wants the property "my_property" automatically updated whenever he updates the "locale" property. That is not possible "out of the box", but as I have written in spanish in opencmshispano to Enric (and want to share here for a more global community), something similar can be done with events.

I suggested him to register a new listener that listens to events of type "EVENT_PROPERTY_MODIFIED" that read the locale property and checks that every "my_property" property under that resource has the right value (and changes those in need to be changed accordingly).

I also suggested him to define another property that controls where those changes are made (something like "auto_set_my_property"), so he can specify which folders should he process that way, and therefore avoid processing many others where this is not useful. Hope this helps Enric and the community. Greetings,

Nacho Fernandez.


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

 « Return to Thread: We have setup a public OpenCms Maven2 Repository