problem with bean:write

2005-12-08 Thread vishakha sawant
If you are using then you must define mybean using tag. for e.g If you set your javabean as myBean in request and want to display it's property key's value then just define it as and to display it use bean:write tag Regards, Vishakha -- Forwarded message -- From: Comain Chen

Need help about storeException method of ExceptionHandler

2005-12-15 Thread vishakha sawant
Hi, I am trying to use ExceptionHandler to handle the exception and to throw the customized error message using tag but I am not able to display the message. I want help about what actually storeException method do. I tried google search but I didnt get clear Idea about that. Code of ExceptionHand