Re: c:import: relative links inside WEB-INF don't work

2003-10-11 Thread Micael
Right, James, that is why I said something LIKE struts. Micael

At 12:08 PM 10/10/2003 -0400, you wrote:
No you don't.  That has nothing to do with Struts.
You just need to understand how includes and imports work.
 http://java.sun.com/products/jsp/syntax/1.1/syntaxref1112.html

 http://java.sun.com/products/jsp/syntax/1.1/syntaxref117.html#8772

 http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL5.html#64122

--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017
770.822.3359
AIM:jmitchtx


- Original Message -
From: Micael [EMAIL PROTECTED]
To: Tag Libraries Users List [EMAIL PROTECTED]; Tag
Libraries Users List [EMAIL PROTECTED]
Sent: Friday, October 10, 2003 12:01 PM
Subject: Re: c:import: relative links inside WEB-INF don't work
 You need to use something like struts to operate inside WEB-INF.

 At 05:34 PM 10/7/2003 -0400, Manolo Ramirez T. wrote:
 Hi,
 
 I have this problem with Tomcat 4.1.24 and taglibs-standard 1.0.3. When I
 try lo include a jsp inside WEB-INF I must to use an absolute url, this
 are my files:
 
 ###
 # /WEB-INF/jsp/prueba.jsp #
 ###
 %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
 c:import url=prueba2.jsp/ %-- doesn't work! --%
 
 
 
 # /WEB-INF/jsp/prueba1.jsp #
 
 %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
 c:import url=/WEB-INF/jsp/prueba2.jsp/ %-- works fine --%
 
 
 # /WEB-INF/jsp/prueba2.jsp #
 
 HELLO WORLD!
 
 #/END
 
 
 jsp:include works well with relative url's, What I'm missing? Is there
 any way to use c:import to do this?. Help please.
 
 Thanks in advance.
 
 
 Manolo Ramirez T.
 
 
 PD: forgive my english!
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



 LEGAL NOTICE

 This electronic mail  transmission and any accompanying documents contain
 information belonging to the sender which may be confidential and legally
 privileged.  This information is intended only for the use of the
 individual or entity to whom this electronic mail transmission was sent as
 indicated above. If you are not the intended recipient, any disclosure,
 copying, distribution, or action taken in reliance on the contents of the
 information contained in this transmission is strictly prohibited.  If you
 have received this transmission in error, please delete the message.
Thank
 you



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: c:import: relative links inside WEB-INF don't work

2003-10-11 Thread Micael
Jim, the question is not how you can include a jsp but go to a jsp.  Those 
are radically different issues when inside WEB-INF.

At 12:08 PM 10/10/2003 -0400, you wrote:
No you don't.  That has nothing to do with Struts.
You just need to understand how includes and imports work.
 http://java.sun.com/products/jsp/syntax/1.1/syntaxref1112.html

 http://java.sun.com/products/jsp/syntax/1.1/syntaxref117.html#8772

 http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL5.html#64122

--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017
770.822.3359
AIM:jmitchtx


- Original Message -
From: Micael [EMAIL PROTECTED]
To: Tag Libraries Users List [EMAIL PROTECTED]; Tag
Libraries Users List [EMAIL PROTECTED]
Sent: Friday, October 10, 2003 12:01 PM
Subject: Re: c:import: relative links inside WEB-INF don't work
 You need to use something like struts to operate inside WEB-INF.

 At 05:34 PM 10/7/2003 -0400, Manolo Ramirez T. wrote:
 Hi,
 
 I have this problem with Tomcat 4.1.24 and taglibs-standard 1.0.3. When I
 try lo include a jsp inside WEB-INF I must to use an absolute url, this
 are my files:
 
 ###
 # /WEB-INF/jsp/prueba.jsp #
 ###
 %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
 c:import url=prueba2.jsp/ %-- doesn't work! --%
 
 
 
 # /WEB-INF/jsp/prueba1.jsp #
 
 %@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
 c:import url=/WEB-INF/jsp/prueba2.jsp/ %-- works fine --%
 
 
 # /WEB-INF/jsp/prueba2.jsp #
 
 HELLO WORLD!
 
 #/END
 
 
 jsp:include works well with relative url's, What I'm missing? Is there
 any way to use c:import to do this?. Help please.
 
 Thanks in advance.
 
 
 Manolo Ramirez T.
 
 
 PD: forgive my english!
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



 LEGAL NOTICE

 This electronic mail  transmission and any accompanying documents contain
 information belonging to the sender which may be confidential and legally
 privileged.  This information is intended only for the use of the
 individual or entity to whom this electronic mail transmission was sent as
 indicated above. If you are not the intended recipient, any disclosure,
 copying, distribution, or action taken in reliance on the contents of the
 information contained in this transmission is strictly prohibited.  If you
 have received this transmission in error, please delete the message.
Thank
 you



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: c:import: relative links inside WEB-INF don't work

2003-10-10 Thread Micael
As an aside, you certainly can, and I think should, execute JSPs within 
WEB-INF.  I even execute my resources within WEB-INF.

At 04:55 PM 10/7/2003 -0400, Serge Knystautas wrote:
You shouldn't be able to execute JSPs within your WEB-INF, so all 3 of 
your examples should be forbidden.

I think you might want to submit a bug report to whatever servlet engine 
you're using.

--
Serge Knystautas
President
Lokitech  software . strategy . design  http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]
Manolo Ramirez T. wrote:
Hi,
I have this problem with Tomcat 4.1.24 and taglibs-standard 1.0.3. When I 
try lo include a jsp inside WEB-INF I must to use an absolute url, this 
are my files:
###
# /WEB-INF/jsp/prueba.jsp #
###
%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
c:import url=prueba2.jsp/ %-- doesn't work! --%


# /WEB-INF/jsp/prueba1.jsp #

%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
c:import url=/WEB-INF/jsp/prueba2.jsp/ %-- works fine --%

# /WEB-INF/jsp/prueba2.jsp #

HELLO WORLD!
#/END
jsp:include works well with relative url's, What I'm missing? Is there 
any way to use c:import to do this?. Help please.
Thanks in advance.

Manolo Ramirez T.

PD: forgive my english!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: c:import: relative links inside WEB-INF don't work

2003-10-10 Thread Micael
You need to use something like struts to operate inside WEB-INF.

At 05:34 PM 10/7/2003 -0400, Manolo Ramirez T. wrote:
Hi,

I have this problem with Tomcat 4.1.24 and taglibs-standard 1.0.3. When I 
try lo include a jsp inside WEB-INF I must to use an absolute url, this 
are my files:

###
# /WEB-INF/jsp/prueba.jsp #
###
%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
c:import url=prueba2.jsp/ %-- doesn't work! --%

# /WEB-INF/jsp/prueba1.jsp #

%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
c:import url=/WEB-INF/jsp/prueba2.jsp/ %-- works fine --%

# /WEB-INF/jsp/prueba2.jsp #

HELLO WORLD!
#/END

jsp:include works well with relative url's, What I'm missing? Is there 
any way to use c:import to do this?. Help please.

Thanks in advance.


Manolo Ramirez T.
PD: forgive my english!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


LEGAL NOTICE

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank 
you  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: OT: Seeking Opinions

2002-03-15 Thread Micael Padraig Og mac Grene

Hello, Lurker.  Despite all the heat generated by JSP, the medium has yet 
to be used to its real capacity, in my opinion.  I like to take jsp pages 
and generate servlets, then take the html from the servlets and reconfigure 
the servlet to work well with the other parts of a Model 2 
architecture.  If you are just going to diddle with this stuff, one thing 
or the other does not make that much difference.  If you are serious, then 
you will know the difference.  Over and out.

At 11:06 AM 3/15/02 -0500, you wrote:
Personally I use it because it's scalable (unlike ASP, and Cold 
Fusion).  Unlike
Cold Fusion (which is also incomplete), widely used (unlike PHP), and has an
active user community.

Plus I'd rather be dragged behind wild horses across gravel than use a poor
Microsoft solution when a better one is awailable.  And I hate Visual 
Interdev.

-G

Bogesdorfer, Dan wrote:

  I've been lurking for a few weeks and wanted to get some inputt from you
  guys/girls.  You can email me off list so as not to clog this list up if
  needed.  I'm looking for your reasons as to why your using this environment
  (Jakarta tags..jsp) instead of using something like Microsoft's ASP, PHP,
  Cold Fusion and the list goes on.
 
  Thanks
 
  Daniel Bogesdorfer
  Senior Programmer / Analyst
  Office Of Research Health Sciences
  University of Pittsburgh
  412.648.2366
 
  email: [EMAIL PROTECTED]
 
  --
  To unsubscribe, 
 e-mail:   mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Fwd: Returned mail: Host unknown (Name server: jakarta-apache.org: host not found)

2001-12-31 Thread Micael Padraig Og mac Grene


Date: Mon, 31 Dec 2001 09:48:16 -0800 (PST)
From: Mail Delivery Subsystem [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Returned mail: Host unknown (Name server: jakarta-apache.org: 
host not found)
Auto-Submitted: auto-generated (failure)

The original message was received at Mon, 31 Dec 2001 09:48:15 -0800 (PST)
from pmtac1-2.harbornet.com [207.66.249.195]

- The following addresses had permanent fatal errors -
[EMAIL PROTECTED]

- Transcript of session follows -
550 [EMAIL PROTECTED]... Host unknown (Name server: 
jakarta-apache.org: host not found)
Reporting-MTA: dns; smtp.harbornet.com
Received-From-MTA: DNS; pmtac1-2.harbornet.com
Arrival-Date: Mon, 31 Dec 2001 09:48:15 -0800 (PST)

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.1.2
Remote-MTA: DNS; jakarta-apache.org
Last-Attempt-Date: Mon, 31 Dec 2001 09:48:16 -0800 (PST)
Return-Path: [EMAIL PROTECTED]
Received: from ridgeview.harbornet.com (pmtac1-2.harbornet.com 
[207.66.249.195])
 by smtp.harbornet.com (8.9.3/8.9.3) with ESMTP id JAA10180
 for [EMAIL PROTECTED]; Mon, 31 Dec 2001 09:48:15 
 -0800 (PST)
Message-Id: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date: Mon, 31 Dec 2001 09:30:40 -0800
To: [EMAIL PROTECTED]
From: Micael Padraig Og mac Grene [EMAIL PROTECTED]
Subject: Regions Taglibs
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed

Does anyone know where David Geary's taglibs called Regions (for jsp 
layout control via templates) is?



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Proposal: Template Tags

2001-10-05 Thread Micael Padraig Og mac Grene




Jeff Turner wrote:

And, as already said in an old mail, I think that it would benefit to
  users to share ideas about templating/web-components and discuss rather
than
  working alone ...

 Too late ;) The fact is, two good quality, mature templating systems
 exist.

 I'm in the more the merrier camp. If both Tiles and Templates2 were in
 jakarta-taglibs, and their differences clearly documented, I can't
 imagine users complaining.


 David Geary wrote:

As I see it, there are three ways this can be resolved:

1. Do nothing.
2. Submit both systems to jakarta-taglibs.
3. Cedric and I submit a system that includes the best features from both.

Option No. 3 seems to make the most sense to me. I will discuss this with
Cedric
privately and see what we can come up with.


david



While considerable deference should be given to any author of sophisticated
code, I have used both, and I am definitely in favor of having both systems.
If jakarta-taglibs does not do this, I certainly will on my own anyway.
Both have real pluses and minuses depending upon the job.  Having both is an
advantage, to my mind.

Micael