How to catch manytomany field modify content in java?

How to catch manytomany field modify content in java?
I want to get the content implement some operation when modify manytomany field.

I’m not sure if it’s what you search but you can add on the field the event onChange to call a java method :
onChange="some_action_method"

1 « J'aime »