how the error can be showed in the jsp page in struts?

Answers were Sorted based on User's Feedback



how the error can be showed in the jsp page in struts?..

Answer / ratheeshnellikkal

<html:errors/>

Is This Answer Correct ?    11 Yes 1 No

how the error can be showed in the jsp page in struts?..

Answer / durgesh kumar jha

Using Fielderror and actionerror tag we can show error
on jsp page:
<s:fielderror></s:fielderror>
<s:actionerror/>

Is This Answer Correct ?    1 Yes 0 No

how the error can be showed in the jsp page in struts?..

Answer / sreekar reddy vanguru

we can use Validation Framework as plugin to sturts,using
which we can display the error on the jsp

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Struts Interview Questions

What is purpose of execandwait interceptor?

0 Answers  


Can we have multiple struts config files in a single web app?

0 Answers  


What is the purpose of @key?

0 Answers  


What is Custom Type Converter in Struts2?

0 Answers  


What’s the utilization of struts.xml configuration file?

0 Answers  


Describe the two types of formbeans.

0 Answers  


Can you explain the directory structure for a struts folder in brief ?

0 Answers  


What is the purpose of interceptors?

0 Answers  


What is token used for?

0 Answers  


What are the reasons for an error message not being displayed while developing struts application?

0 Answers  


What is struts xml?

0 Answers  


What is struts2 framework?

0 Answers  


Categories