Re: initialization of the objects with application scope
Posted By:
John_Zukowski
Posted On:
Tuesday, May 15, 2001 11:42 AM
JSP calls the no-arg constructor for beans. If you need to initialize something by passing an argument from the JSP page, you have to do it outside the constructor.