Title: Сообщение
Hello Mike,
 
like Alexey, I still struggle with TEI support in my custom built tag library. To avoid any problems introduced from my side, I tried to build some simple case using publicly available tag library from Apache Jakarta Taglibs.
 
My test uses request taglib, available at:
 
web.xml contains the following fragment:
 <taglib>
  <taglib-uri>http://jakarta.apache.org/taglibs/request-1.0</taglib-uri>
  <taglib-location>/WEB-INF/request.tld</taglib-location>
 </taglib>
the original request.tld is in /WEB-INF
request.jar is in /WEB-INF/lib
 
Ariadna 615 shows my test page in the following colors (I hope your E-mail client displays them), no background, sorry:
 
<%@ page info="Jakarta request taglib test" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0" prefix="req" %>
<req:request id="xxx"
/>
Protocol=<jsp:getProperty name="xxx" property="protocol" />
<br />
<%
    out.println("Port=" + xxx
.getServerPort());
    out.println("<br />");
    out.println("Host=" + xxx.getRemoteHost());
%>
When page runs in web container (JRun 3.1), it displays the following response in browser window:
 
Protocol=HTTP/1.1
Port=8103
Host=127.0.0.1
 
Scripting variable "xxx" is declared AT_BEGIN by <req:request> and contains HTTP request data.
 
I hope this may help you to determine if something's still wrong with the way TEI's are recognized.
 
Best regards and many thanks for excellent instrument! 615 is the best ever.
--
Edmundas
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Aizatsky
Sent: Thursday, April 04, 2002 12:12 PM
To: [EMAIL PROTECTED]
Subject: RE: [Eap-list] 615: Custom TEI not supported

Alexey,

 

Are you sure that it can be found in compiler output folder? IDEA should handle such situation.

 

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

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alexey A. Efimov
Sent:
Thursday, April 04, 2002 2:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [Eap-list] 615: Custom TEI not supported

 

So, maybe in WEB-INF IntelliJ can not found this class, but this source in Project.
Class ParameterTEI in project as source, in <OutPut> as class. Code of ParameterTEI accessible by IntelliJ and she know it :))

-----Original Message-----
From: Mike Aizatsky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 1:44 PM
To: [EMAIL PROTECTED]
Subject: RE: [Eap-list] 615: Custom TEI not supported

Alexey,

 

Where’s your ParameterTEI.class located?

 

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

Reply via email to