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
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
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
-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
prefix="tiles" %>
<%@ taglib uri="struts-html.tld" prefix="html" %>
<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
-Rafael T Icibaci
- Original Mess
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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'
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
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
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
25 matches
Mail list logo