----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I've the follow problem...
I've installed apache-jserv-gnujsp on my win98.
I stored informations in HTTPSESSION object within a servlet.
I can read informations from another servlet but when i try to read the informations
from a
jsp pages i obtain a null value.
I printed the SESSION_SCOPE value of the jsp page and i obtained the value 3.
What does it mean?
The service method product from GNUJSP engine is
----------------------------------------------------------------
public void _jspService (HttpServletRequest request,
HttpServletResponse response)
throws ServletException, IOException
{
response.setContentType ("text/html");
JspFactory factory = JspFactory.getDefaultFactory ();
PageContext pageContext = factory.getPageContext (this,
request,
response,
null,
false, <-------------WHY THIS VALUE IS FALSE
8192,
true);
ServletContext application = pageContext.getServletConfig().getServletContext();
JspWriter out = pageContext.getOut ();
ServletConfig config = pageContext.getServletConfig();
Object page = this;
try {
-----------------------------------------------------------------
Why the boolean value associated to SESSION in getPageContext Method is set to FALSE.
How can i set this value?
What does it mean?
Is it depend from my GNUJSP configuration?
How can I insert TRUE value in PageContext Constructor?
Can someone send me some information about PageContex and SESSION_SCOPE value?
Tanks in advance
Salvatore Soldatini
--------------------------------------
Name: Salvatore Soldatini
E-mail: [EMAIL PROTECTED]
Tel.: (06)71036892
Date: 08/28/00
Time: 11:16:22
--------------------------------------
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]