I'm getting a strange result when trying to work with Beans and I'm hoping
someone can point out what I'm doing wrong.
I'm writing a simple test bean, one private string var and the constructor
initializes that string. My jsp declares the bean, and then calls the
getVariable() method that simply returns the value of the string. Fine,
everything works. If I then even change *one small thing* in my code, it
won't work any more. As in, I rename getVariable() to getFoo().... recompile
the code, save, upload the class file to my test environment. I then change
my jsp to call getFoo(), upload that to the appropriate spot... and I see a
blank screen in IE. Nothing, nada, not even anything in the source. It
doesn't appear to be an ERROR, per se, but something is obviously wrong.
Anyone have any ideas? I'm running on a JRun 2.x server, so the JSP has to
be 0.91 syntax compliant. :P
-dave
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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