Re: hi all I am getting a error as :Cannot find bean loginForm in any scope.....can u plz help me out
Posted By:
Anonymous
Posted On:
Saturday, July 14, 2007 07:06 PM
Re-Check your action tag attributes especially scope = "?". Also check forward tag redirect = "?".
if action.scope = request
then forward.redirect should be "false"
Otherwise if u want to check it quickly, use session scope. Although, Using session is not a very good idea.
thanks,
varsha.