On Wed, Mar 13, 2024 at 10:43 AM Aleksandr Kubar <kubarsa...@gmail.com> wrote:
> I would like to ask whether there is any inbuilt solution from struts2 to > handle inline handlers or maybe something planned to do in next releases? > You mean like something that gathers up all the inline handlers and shovels them into an external block? I don't know of anything that does this or is planned. It seems like it'd be a risky automation to generalize. I would say that it's something that could likely be automated *locally* in that JSP parsing is (reasonably) straightforward and could be done with existing text-based tools. I'd still probably just do it by hand, but I could see the usefulness of a first-pass being done w/ some small scripting. d.