I downloaded and extracted Jakarts Struts into Tomcat 3.3a.
Everything worked fine.

I created a project with Idea - I wanted to see struct-example web-app
in Idea.
In project properties I enabled Web application support and defined one
web application poiting
to directory where struts-example is located.
But when I opened index.jsp - Idea haven't seen tag library descriptors
- and it ended up having
many red error-indicators in editor.

In index.jsp, there are several lines defining custom tag libraries.
this is an example:

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

Maybe Idea does not know how to resolve this link? Maybe it makes this
link not relative to
web-app directory.

I would like Idea creators to comment this situation. Is this a bug? Or
mine misunderstanding Idea interface?



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to