Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-08 Thread Rafael
@struts.apache.org Sent: Monday, June 05, 2006 12:27 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 Curiously, I thought to do a Google to verify whether Websphere 6 was a Servlet 2.4 container, which is relevant to your situation, and in addition to verifying

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-05 Thread Karr, David
+ Tiles] JSTL problem on WebSphere Application Server 6 I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original Message- From: Rafael [mailto

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-05 Thread Samere, Adam J
:28 AM To: Struts Users Mailing List Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 Curiously, I thought to do a Google to verify whether Websphere 6 was a Servlet 2.4 container, which is relevant to your situation, and in addition to verifying that, I also found

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Karr, David
: Saturday, June 03, 2006 10:15 AM Subject: Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 also.. are the tld files located in WEB-INF? HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
% -Rafael T Icibaci - Original Message - From: Samere, Adam J [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, June 02, 2006 12:36 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-04 Thread Rafael
Icibaci - Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Sunday, June 04, 2006 1:36 PM Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 -Original Message- From: Rafael [mailto:[EMAIL

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-03 Thread Martin Gainty
problem on WebSphere Application Server 6 I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original Message- From: Rafael [mailto:[EMAIL PROTECTED] Sent

Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-03 Thread Rafael
: Saturday, June 03, 2006 10:15 AM Subject: Re: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 also.. are the tld files located in WEB-INF? HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread Samere, Adam J
I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original Message- From: Rafael [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 11:01 AM To: Struts

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread John R. Dumonceaux
@struts.apache.org cc Subject RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 I doubt that the include is not working. What version of JSTL are you using? Do you have taglib entries in web.xml? Can you explain JSTL stopped working a little more extensively? -Original

RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6

2006-06-02 Thread Samere, Adam J
[mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 12:08 PM To: Struts Users Mailing List Subject: RE: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 For JSP 1.3 and higher you don't need the taglib entries in the web.xml. The directive in the JSP file is all you need. John