×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Changing the extension from .jspf to .jsp makes everything works fine.
Below is a snippet.
<jsp:include page="included.jspf" flush="true">
<jsp:param name="parm" value="<%= value %>" />
</jsp:include>
In the "included.jspf" file:
<%
String parmValue = request.getParameter("parm");
%>
With the JSPF extension the last code snippet is displayed in the browser,
like it was never interpreted.
Thanks,
Todd Allen
EDPS
Electronic Data Processing Services
tallen@xxxxxxxxxxxx
"Gary L Peskin"
<garyp@firstech.c
om> To
Sent by: "'Java Programming on and around
java400-l-bounces the IBM i'"
@midrange.com <java400-l@xxxxxxxxxxxx>
cc
2011-01-26 16:09 Subject
RE: JSPF on WAS
Please respond to
Java Programming
on and around the
IBM i
<java400-l@midran
ge.com>
Can you be more specific about what directives are being ignored in your
included .jspf files? If you're including them with a "<%@ include"
directive, they should be treated as if the source as included in your
original .jsp file.
If you copy/paste the text from the .jspf file into the .jsp file itself,
does that work?
Gary
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-
bounces@xxxxxxxxxxxx] On Behalf Of TAllen@xxxxxxxxxxxx
Sent: Wednesday, January 26, 2011 11:53 AM
To: Java Programming on and around the IBM i
Subject: JSPF on WAS
Does Websphere support the .jspf extension? I am using WAS 6.1 and it
appears to ignore all directives in files with a JSPF extension, In my
case the JSPF file is included by a JSP.
Thanks,
Todd Allen
EDPS
Electronic Data Processing Services
tallen@xxxxxxxxxxxx
This communication and any transmitted documents are intended to be confidential. If there is a problem with this transmission, please contact the sender. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.
As an Amazon Associate we earn from qualifying purchases.