Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can u handle run time exceptions in struts and jsp plz
explain briefly not single word answer?

Answer Posted / gangadhar m

Hi.

In Struts we can handle the run time exceptions in two ways.

1). by using try& catch Blocks in ActionSubClass

2). by Using <exception> in struts-config.xml this is two ways

a) Either handle exceptions globally by using
<global-exceptions>
<exception-type>java.lang.Exception</exception-type>
<exception-location>1.jsp</exception-location>
</global-exceptions>

In this approach if u get exception any jsp page it
automatically goes to 1.jsp and their u dispay the errors by
using <html-errors/>


b) or u can handle the exceptions as locally i.e particular
to action class

<action-mappings>
<action
name=""
type=""
validate="true"
input="1.jsp">
</action>
</action-mappings>

Is This Answer Correct ?    21 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @validations annotation?

1100


Are struts and shocks the same?

966


What do you mean by actionmapping?

1008


How can forward action be used to restrict a strut application to mvc?

1026


Can you explain aware interfaces in struts2?

1084


When should we use SwtichAction?

1118


what is ACID test for fresh engineers??what is the pattern??

2878


What is struts in j2ee?

986


What is the purpose of @doublerangefieldvalidator annotation?

1082


What is dispatch action class?

1137


What are the two scope types for formbeans?

1312


Is struts mvc framework?

986


What does i18n interceptor?

1098


What are the features of struts 2?

1127


How is declarative handling of exceptions done in struts ?

977