Hi,
I am using Struts and I have a "struts-config.xml' with the following standard (and correct) DOCTYPE declaration at the top:
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
Idea is highlighting the URL ("http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd") in red with the error message "Cannot resolve URL". This URL is correct (AFAIK). Any insight would be helpful.
Thanks
- scott
