Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: request.getParameter() question


Message #1 by "Downtube/Bike1.com" <downtube@d...> on Tue, 1 May 2001 11:01:51 -0400
I have passed along a parameter from a file to another include file and I
tried to extract the parameter using the request.getParameter(Title)method,
however I get weird errors. My code is below, ant ideas?


The code from the file is:

<%@ page language="java" %>
<jsp:include page="/Header/header.jsp" flush="true">
     <jsp:param name="Title" value="ProSolvers Clients" />
</jsp:include>

The code in the include file is:

<%= request.getParameter("Title") %>

Obviously a trivial problem, anyone know what's wrong?

Yan


----- Original Message -----
From: "Marot Laurent" <laurent.marot@a...>
To: "Java Server" <pro_java_server@p...>
Sent: Monday, April 30, 2001 10:46 AM
Subject: [pro_java_server] RE: pb with Java Mail


could someone explains me why it works fine with JRUN but non with
Tomcat ?


-----Message d'origine-----
De : Kishore Patel [mailto:kpatel@t...]
Envoyé : lundi 30 avril 2001 16:14
À : Java Server
Objet : [pro_java_server] RE: pb with Java Mail


You need to use IMAP protocol for accessing mails. Also your mailserver
should support IMAP.

-Kishore Patel

-----Original Message-----
From: marot [mailto:laurent.marot@a...]
Sent: Monday, April 30, 2001 2:58 PM
To: Java Server
Subject: [pro_java_server] pb with Java Mail


hi all,

i've tried the webMail code of chapter 13 in J2EE book, but the only
content folder i can get is INBOX.

could someone tell me how to acces sub-folders.

thanks.


---
Do you need true END-TO-END (e2e) Java Messaging (JMS)?  Softwired
offers industry's ONLY complete 100% JMS messaging solutions for your
needs TODAY.
Visit http://www.softwired-inc.com/products/products.html NOW and find
out more!
Our unique product range includes: iBus//Mobile (wireless data),
iBus//MessageBus (IP Multicast), iBus//MessageServer (store and forward)
and much more!
$subst('Email.Unsub')





  Return to Index