> May be, if you already fix this problem, you can send me for test beta version of Ariadna?
 
It will be available in the EAP program soon (2-4 weeks).
 
Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------
----- Original Message -----
Sent: Tuesday, December 25, 2001 10:24 PM
Subject: Re: [Eap-list] JPS problem

    Hello Valentin!
 
    Thank you for quick responce.
 
May be, if you already fix this problem, you can send me for test beta version of Ariadna?
 
Thanks in advance.
 
WBR  Alex Mazurok.
----- Original Message -----
Sent: Tuesday, December 25, 2001 8:44 PM
Subject: Re: [Eap-list] JPS problem

It's a known problem and we already fixed it for Ariadna (next release of IDEA). So you will be able to use it as soon as we start the EAP program for the next version.
 
Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------
----- Original Message -----
Sent: Tuesday, December 25, 2001 1:56 PM
Subject: [Eap-list] JPS problem

    Hello !
 
I now try use Idea (v 2.5) and test pandora (v 2.5.1 build 539) for edit JSP pages.
And I use "include" like this:
file1: ========== index.jsp
<%@ include file="header.jsp"%>
<%
  ArrayList al    = new ArrayList();
.......
%>
......
file2: ========== header.jsp
<%@ page  language="java"
import="java.io.*,
          javax.servlet.*,
          javax.servlet.http.*,
          java.util.*,
          java.util.StringTokenizer,
 
          session="true"
          autoFlush="true"
          isThreadSafe="true"
          isErrorPage="false"
          errorPage="ErrorPage.jsp"
          contentType="text/html; charset=windows-1251"
......
%>
and when I open this project in Idea, I got ... "can not resolve.... "  and suggesting for import java.util.ArrayList, although in header.jsp this class already was imported.
 
...
  • JSP editing. References to variables and methods defined in included files (static includes) are recognized.
  • JSP editing. Navigation to included files (static includes) via Ctrl-B and Ctrl-Click.
  • JSP editing. Broken links are highlighted for static includes.  
  • or, may be I do it wrong.
     
    Can you help me find solution?
    Thank you.
    WBR Alex Mazurok

    Reply via email to