My last posting seems to have missed the list for some reason, so here is a
resend.


I am working within a JRun environment, and have placed my JSP page and Bean
classes in the same directories used by the example code. I use no package
statement, just like the example code, but I can't get the JavaBean to load
in the JSP page unless I import it first. I don't see this done in any
examples. Any ideas?

thanks,
Mark
--------------------------
<html>
<HEAD>
    <Title> MortgageBean 1</title>

<%@ import="MortgageBean" %>

<bean name="mymortgage" type="MortgageBean" create="yes" scope="session"
introspect="yes">
</bean>
</head>

===========================================================================
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".

Reply via email to