nikos dimitrakas created WW-5558: ------------------------------------ Summary: Support package org.apache.struts2 for interceptors and result-types Key: WW-5558 URL: https://issues.apache.org/jira/browse/WW-5558 Project: Struts 2 Issue Type: Bug Components: IDEA Plugin Reporter: nikos dimitrakas
The plugin still expects the classes specified in the class attribute of interceptor tags and result-type tags (in struts.xml) to be subclasses of com.opensymphony.xwork2.interceptor.Interceptor and com.opensymphony.xwork2.Result instead of the new org.apache.struts2.interceptor.Interceptor and org.apache.struts2.result.Result. This seems to be configured in the classes Interceptor and ResultType in the package com.intellij.struts2.dom.struts.strutspackage Perhaps more classes in that package need to be adjusted for the new packages. Maybe there is a way to make the plugin backwards compatible and accept both the old and the new packages. -- This message was sent by Atlassian Jira (v8.20.10#820010)