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

2006-06-08 Thread Rafael
t; To: "Struts Users Mailing List" 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 a

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

2006-06-05 Thread Samere, Adam J
IL PROTECTED] Sent: Monday, June 05, 2006 11: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 i

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

2006-06-05 Thread Karr, David
er, EL expressions in your JSP will not be evaluated. The servlet 2.4 format uses a schema, and not a dtd. > -Original Message- > From: Rafael [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 04, 2006 12:16 PM > To: Struts Users Mailing List > Subject: Re: [Struts + Tiles] JSTL

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

2006-06-04 Thread Rafael
-Rafael T Icibaci - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 04, 2006 1:36 PM Subject: RE: [Struts + Tiles] JS

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

2006-06-04 Thread Rafael
prefix="tiles" %> <%@ taglib uri="struts-html.tld" prefix="html" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> -Rafael T Icibaci - Original Mess

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

2006-06-04 Thread Karr, David
Original Message - > From: "Martin Gainty" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Saturday, June 03, 2006 10:15 AM > Subject: Re: [Struts + Tiles] JSTL problem on WebSphere > Application Server 6 > > > > also.. are the

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

2006-06-03 Thread Rafael
t;Struts Users Mailing List" Sent: 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 informa

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

2006-06-03 Thread Martin Gainty
immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Samere, Adam J" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, June 02, 2006 11:36 AM Subject: RE: [Strut

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

2006-06-02 Thread Samere, Adam J
ceaux [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 n

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

2006-06-02 Thread John R. Dumonceaux
Users Mailing List" 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 extensivel

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

2006-06-02 Thread Samere, Adam J
To: Struts Users Mailing List Subject: [Struts + Tiles] JSTL problem on WebSphere Application Server 6 Hi Guys, I've an application that uses Struts and Tiles, this application was running on WebSphere 5.1 for almost 3 years but now when we moved to WAS6 JSTL stopped working. Let me

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

2006-06-02 Thread Rafael
Hi Guys, I've an application that uses Struts and Tiles, this application was running on WebSphere 5.1 for almost 3 years but now when we moved to WAS6 JSTL stopped working. Let me give an example: we've a jsp page called taglibs.jsp, in this jsp page we've all the struts, jstl taglibrary

Re: [Definitely OT] JSTL problem in Websphere

2005-12-01 Thread Yujun Liang
Can you put fmt.tld into /WEB-INF folder and using the following reference instead? <%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %> Regards On 12/2/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > Dave Newton wrote: > > Frank W. Zammetti wrote: > > > >> What bit of stupidity am I committing

Re: [Definitely OT] JSTL problem in Websphere

2005-12-01 Thread Frank W. Zammetti
Dave Newton wrote: Frank W. Zammetti wrote: What bit of stupidity am I committing here? Using Websphere. You won't get any disagreement from me :) I wish I had any kind of choice in the matter, but you know how it goes in big business when deals are made. Now it looks like ActionServle

Re: [Definitely OT] JSTL problem in Websphere

2005-12-01 Thread Dave Newton
Frank W. Zammetti wrote: What bit of stupidity am I committing here? Using Websphere. But seriously, folks... We didn't see that error, but we were on a different version, and the configuration they were using was twisted anyway. No help here. Really I just wanted to say the jokey bit. D

RE: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Karr, David
x27;s different between 1.0.x and 1.1.x). > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 10:53 AM > To: user@struts.apache.org > Subject: [Somewhat OT] JSTL problem in Websphere > > > I'm trying to

Re: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Frank W. Zammetti
Wendy, there's no other way to say this, so I'll just say it... You kick all manner of a**! That was exactly it, thanks for saving me an hours' worth of banging my head on the desk! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammet

Re: [Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Nick Sophinos
We had a similar problem with Jetty and had to resort to referencing the taglib via a file path to the tld file. These files come with the download of JSTL. - Nick On 12/1/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I'm trying to deploy a Struts-based app to Websphere (5.1 I believe) that

[Somewhat OT] JSTL problem in Websphere

2005-12-01 Thread Frank W. Zammetti
I'm trying to deploy a Struts-based app to Websphere (5.1 I believe) that is now using JSTL in most places. I have jstl.jar and standard.jar in WEB-INF/LIB (both versions 1.1.2). On my page I have: <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"; %> This matches the URI in the fm

Re: JSTL problem

2004-09-25 Thread Jason Lea
ou can just use ${myFormBean.abc} to access the myFormBean.getAbc() property. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: Re: JSTL pro

Re: JSTL problem

2004-09-25 Thread Mark Lowe
Struts taglibs , but the servlet code compiled from JSP is too hard to explore. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subjec

Re: JSTL problem

2004-09-25 Thread Mark Lowe
"Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: Re: JSTL problem If you're using JSTL in struts all the object will be available without drilling through the scopes. In straight JSTL you'd use sessionScope. But as you'

Re: JSTL problem

2004-09-25 Thread Chris
glibs , but the servlet code compiled from JSP is too hard to explore. Regards. Chris - Original Message - From: "Mark Lowe" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, September 25, 2004 11:29 PM Subject: R

Re: JSTL problem

2004-09-25 Thread Mark Lowe
If you're using JSTL in struts all the object will be available without drilling through the scopes. In straight JSTL you'd use sessionScope. But as you're using struts you dont need to and you can decide what you want to scope to in you java or configuration of the ActionServlet.. HTH Mark On

JSTL problem

2004-09-25 Thread M. Onur Tokan
Hi, I am in a strange confusion about Beans and JSP communication. For example I have the following code that displays list of musics. 'musiclist' is a Collection variable which is set in the ActionClass on the session scope. The problem is; How can tag recognises musiclist variable. Should'nt it