Hello All,

Full web application development support is planned for Ariadna. It
includes support of taglibs and many other possible improvements.
Currently only taglib support is available. 

        To use taglib support in your project you should:

        1. Enable web applications support (File | Project Properties |
Web).

        2. Add web application. (File | Project Properties | Web). You
should select the path, which corresponds to the root of your web
application.

        3. Add tld files to your web application & configure it
according to the JSP specification. Possible alternatives for
configuring are:

                a) Put .tld file somewhere in your web application. You
can now reference it from your JSP files absolutely or relatively. E.g.
after putting struts.tld into <WEB_ROOT>/WEB-INF/ folder you can add
taglib directive " <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts"
%>" to JSP file
                b) You can put entire .jar file with taglib somewhere in
the web application and reference it similar to a)

                c) You can      add taglib definition to your web.xml
and use the defined name in your taglib directives.

        After configuring web application properly you should have
taglib-based code completion and error highlighting working for JSP
files _under_ your web application root.


Best regards,
Mike Aizatsky.
------------------------------
IntelliJ Software, "Develop with pleasure!" http://www.intellij.com




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

Reply via email to