Hi,
Iam using jsps and java beans.all my business logic methods .iam catching exceptions like resource exceptions.but when iam calling that method in my jsp i want to get exceptions from bean.when iamtrying catch that eception in my jsp page while calling that bean method its gving compilation error that exception cannot throwed in that block.how can catch that excception are display that eception from bean to jsp page..
regards,