I've written the following JSP code:

<jsp:plugin  type="bean" code="sunw.demo.molecule.Molecule"
    codebase="/beanPlugin/molecule"
    height="100" width="100">
  <jsp:params>
    <jsp:param name="moleculeName" value="water" />
  </jsp:params>
</jsp:plugin>

It's based on the molecule bean that comes with the BDK. I can get the code
to run, but it displays the HyaluronicAcid molecule, not the water molecule.
(By running the BeanBox, I can get the water molecule to be displayed with
no problem.) I'm running Tomcat under JDK1.3 with BDK1.1 and Internet
Explorer 5.5.

Can anyone suggest a way for me to diagnose the problem? Thanks.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to