Answered Questions

  • How you will handle errors and exceptions using Struts

    Dadaso V. pawar

    • May 21st, 2012

    To handle errors server side validation can be used using ActionErrors classes can be used. or If you need to handle an exception in a specific way for a certain action you can use the exception-mapp...

    nitesh

    • Nov 10th, 2011

    We can handle exception in two ways declarative exception & programmatic exception handling