if i have an include in my jsp like so....

<%@ include file="_footer.jsp" %>

how can i pass variables to that jsp file so it can parse them and display them
accordingly.

just like passing parameters to a method in java like displayFooter(x,y,z)

thanks,
frank




"Smith, John H" wrote:

>         Hello,
>
>             I am trying to get the GNUJSP servlet to run. Has anyone seen
> this error before? I am running the latest GNUJSP servlet:
>
> Service call error:(class: org/gjt/jsp/JSPCompiler, method: javaStringEncode
> signature: (Ljava/lang/String;)Ljava/lang/String;) Unsorted lookup switch .
>
> Thanks
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
> For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to