[ https://issues.apache.org/jira/browse/WW-5446?focusedWorklogId=930478&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-930478 ]
ASF GitHub Bot logged work on WW-5446: -------------------------------------- Author: ASF GitHub Bot Created on: 15/Aug/24 19:37 Start Date: 15/Aug/24 19:37 Worklog Time Spent: 10m Work Description: burtonrhodes commented on PR #6: URL: https://github.com/apache/struts-intellij-plugin/pull/6#issuecomment-2292058961 I think we are getting closer, but this is still not working correctly for me. The jsp file entries are still red and are not resolved as "clickable". That said, the autocomplete is coming up when I type `/`. However, the list only contains already defined actions in my struts.xml files. It doesn't show any files under my `/webapp` directory which is where all my JSP files are. FWIW, if I do select one of the autocomplete options, the result is "clickable", but it's not correct because the inserted text is "[path/ActionName].action" instead of "ActionName" in the <result> tag. Hopefully this makes sense. I've included a screenshot for reference.  Issue Time Tracking ------------------- Worklog Id: (was: 930478) Time Spent: 0.5h (was: 20m) > <result> file paths are broken (not clickable) in the struts.xml files > ---------------------------------------------------------------------- > > Key: WW-5446 > URL: https://issues.apache.org/jira/browse/WW-5446 > Project: Struts 2 > Issue Type: Bug > Components: IDEA Plugin > Affects Versions: 6.0.0 > Environment: IntelliJ IDEA 2024.1.4 (Ultimate Edition) > Build #IU-241.18034.62, built on June 20, 2024 > Struts 7.0 (using Struts 6.0 DTD) > Windows 11 Pro > Reporter: Burton Rhodes > Assignee: Lukasz Lenart > Priority: Major > Fix For: 6.7.0 > > Attachments: Screenshot 2024-07-15 065901.png > > Time Spent: 0.5h > Remaining Estimate: 0h > > The struts result file paths are not resolved in the struts.xml files. As a > result, they are not "clickable" and appear red in each struts config file. > Screenshot included -- This message was sent by Atlassian Jira (v8.20.10#820010)