I am confused about setting up the Bean to be called from jsp. I want a bean called page1, called from page1.jsp with variables: rfcoverten, rfcoverage, rfcoverflt. Are the variables stored in the bean created in bean called page1.java
I am trying to get a Java Bean sample code from Java Programming: Advanced topics book working. I have modified the code for SQL Server, it does not work?? The Java Virtual Machine throws a "could not find the main class"????
I'm pretty new to programming with JSF and beans, and have been reading up the documentation in the book "Core JavaServer Faces" by D.Geary and C. Horstmann as well as online, and managed to get some simple programs to run, so at least I now understand