Posted by CornedBee
And you worked the capitalization thing out?
Yeah it was just odd though. For instance i just came back to my computer. The bean was the same bean i ran before with no errors.
Code:
private String output = "Brandon Rohlfs";
public String getOutput(){return output;}
I changed the bean
Code:
private String name = "Brandon Rohlfs";
public String getNameoutput(){return nameoutput;}
everything works. Now change back to the old bean
Code:
private String output = "Brandon Rohlfs";
public String getOutput(){return output;}
org.apache.jasper.JasperException: Cannot find any information on property 'output' in a bean of type 'com.TestBean'
I think it has to do with the memory within the server. Check out number four "Turn on servlet reloading". http://www.coreservlets.com/Apache-T...0-and-4.0.html