Hi just want to know in JSP 1.0 , can the include directive take parameters?
How about forward?
for instance
<jsp:include page="/servlet/Landing?param1=hello"  />
Looking at jsp compiled code it seemed to tried to find a class named
"Landing?param1=hello.class"
So what other options are there if u need to include a servlet and pass
parameters? req.setAttribute() ????

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to