In the 'Web Module Settings' from the 'module settings', i declare my dependencies to be put in the 'WEB-INF/lib' directory. In my jsp page i declare tag library like this : <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
For my project's custom tag library, i put my 'tld' in a sub-directory (/WEB-INF/tlds) located in one of my 'Web ressource directories' (see 'Web Module Settings'). In my jsp page i write : <%@ taglib uri="/WEB-INF/tlds/Repoweb.tld" prefix="repoweb" %>
Boris Gonnot PS: Hoping you can unederstand my poor english.
In the 'Web Module Settings' from the 'module settings', i declare my dependencies to be put in the 'WEB-INF/lib' directory. In my jsp page i declare tag library like this : <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
>
For my project's custom tag library, i put my 'tld' in a sub-directory (/WEB-INF/tlds) located in one of my 'Web ressource directories' (see 'Web Module Settings'). In my jsp page i write : <%@ taglib uri="/WEB-INF/tlds/Repoweb.tld" prefix="repoweb" %>
>
Boris Gonnot PS: Hoping you can unederstand my poor english.
Taglib recognition and autocomplete works fine with any taglib whose tlds are in a jarfile, but I can't get "Validate JSP" to work. It says: "This absolute uri(http://whatever) cannot be resolved in either web.xml or the jar files deployed with this application". How come when autocomplete works? And yes, I have the jars checked to be included in the web module.
I've never been able to get a taglib showing up correctly in 4.0 ever since the early eap, so cheer up, you're not alone!
I had it working for a few builds, then it broke again, and stayed that way ....
... :(
For me it's working with Idea 4.0 !?
In the 'Web Module Settings' from the 'module settings', i declare my
dependencies to be put in the 'WEB-INF/lib' directory.
In my jsp page i declare tag library like this :
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic" %>
For my project's custom tag library, i put my 'tld' in a sub-directory
(/WEB-INF/tlds) located in one of my 'Web ressource directories' (see
'Web
Module Settings'). In my jsp page i write :
<%@ taglib uri="/WEB-INF/tlds/Repoweb.tld" prefix="repoweb" %>
Boris Gonnot PS: Hoping you can unederstand my poor english.
only works if the taglib resolves to a jar (no loose classes)
"gonnot" <no_mail@jetbrains.com> wrote in message
news:6840412.1078743294957.JavaMail.itn@is.intellij.net...
>
>
>
>
>
Taglib recognition and autocomplete works fine with any taglib whose tlds are in a jarfile, but I can't get "Validate JSP" to work. It says: "This absolute uri(http://whatever) cannot be resolved in either web.xml or the jar files deployed with this application".
How come when autocomplete works? And yes, I have the jars checked to be included in the web module.