RE: Struts 1.3.5 and Eclipse 3.2

2006-11-15 Thread Bruno Melloni
ains. Thanks to everyone. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 4:53 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 Well, one more thing that may or may not be the reason Eclipse is complaining. The

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread James Mitchell
ECTED] Sent: Tuesday, November 14, 2006 9:54 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 YOu don't need to (and never should) extract TLD files from jars and put them into a WEB-INF directory in your war. Web app servers that follow servlet version 2.3 and up

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Elie Ciment
e- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:54 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 YOu don't need to (and never should) extract TLD files from jars and put them into a WEB-INF directory in your war. Web app servers that

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Ed Griebel
7; comment correctly, it might just be a question of a simple rebuild. bruno -Original Message- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:54 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 YOu don't need to (and never s

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Bruno Melloni
n of a simple rebuild. bruno -Original Message- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:54 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 YOu don't need to (and never should) extract TLD files from jars and put t

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-14 Thread Ed Griebel
YOu don't need to (and never should) extract TLD files from jars and put them into a WEB-INF directory in your war. Web app servers that follow servlet version 2.3 and up have been able to extract TLDs from jars. See for more information: http://struts.apache.org/1.2.9/userGuide/configuration.html

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Wendy Smoak
On 11/13/06, Bruno Melloni <[EMAIL PROTECTED]> wrote: (An alternative is specified in 5.4 as suggested by Levan, but it makes the app - which could be an intranet app - dependent on a connection to the internet, not good for mission-critical apps) No, it doesn't. Those are URIs not URLs. (Try

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Bruno Melloni
ernet, not good for mission-critical apps) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 1:56 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 I hope you meant Eclipse *Web Tools* and that your project is a Web A

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread James Mitchell
y on a specific location. Bruno -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 4:12 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 Or actually you can just get it from your project structure, depending upon your jsp a

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Levan Dvalishvili
Dvalishvili Support Lead  US Verticali,Inc (646) 736 - 6075 -Original Message- From: Bruno Melloni [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 1:11 PM To: Struts Users Mailing List Subject: RE: Struts 1.3.5 and Eclipse 3.2 I did some testing and came to the conclusions below

RE: Struts 1.3.5 and Eclipse 3.2

2006-11-13 Thread Bruno Melloni
- Eclipse 3.2 needs a bug-fix. It should be reading the URI, and not rely on a specific location. Bruno -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 4:12 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and Eclipse 3.2 Or ac

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-10 Thread robin bajaj
Or actually you can just get it from your project structure, depending upon your jsp and tld location. Say your jsp is in WebRoot/ [[ webRoot/abc.jsp ]] and your tld is lying in web-Inf/struts-logic.tld {usual tooling/user practice} Then you can access the .tld as <%@ taglib uri="/WEB-INF/

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-10 Thread Paul Benedict
The taglib URI should be the the http:// address, not the /META-INF location. If you are unsure what the address is, open up the TLD files and see. -- Paul Bruno Melloni wrote: I have a strange problem, with Struts 1.3.5 in Eclipse 3.2. - struts-taglib-1.3.5.jar is in the classpath. - Insi

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-10 Thread robin bajaj
Hi Bruno, The problem seems to be incorrect http://struts.apache.org/tags-logic"; prefix="logic" %> here's what I have. I know they changed it from Struts 1.1 to 1.2. << Unless they changed it from 1.2 to 1.3.x as well, it should work for you.>> You can give a shot with this. Or else just wait fo

Re: Struts 1.3.5 and Eclipse 3.2

2006-11-10 Thread robin bajaj
Hi Bruno, The problem seems to be incorrect http://struts.apache.org/tags-logic"; prefix="logic" %> here's what I have. I know they changed it from Struts 1.1 to 1.2. Unless they changed it f You can give a shot with this. Or else just wait for some Struts 1.3.x user to respond. regards, robin