Re: Can we use "Collection abc" as the second parameter in setAttribute()????
Posted By:
WarnerJan_Veldhuis
Posted On:
Friday, February 24, 2006 08:53 AM
The scope of stati is the try{...} block. That's why it cannot be found outside the try-block... Move the session.setAttribute(...) inside the try-block, or declare the Collection outside the try-block.