Struts2 (2.5.30): Poblem with directly adressing method in Action class via “!” Maybe DMI?
I had to upgrade an old project from struts 2.1.6 to 2.5.30. In the JSPs there are a lot of URLs referencing methods in actions with a !. I’ve never seen that before, but according to https://struts.apache.org/core-developers/action-configuration this seems to be a valid way and everything worked fine before.