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

When should be opt for struts framework?

0 Answers  


What is the purpose of @createifnull annotation annotation?

0 Answers  


Provide some important Struts2 constants that you have used?

0 Answers  


What is the difference between requestaware and servletrequestaware interface?

0 Answers  


How we can controlled duplicate form submission in struts?

0 Answers  






What's mvc pattern ?

0 Answers  


Which file is used by controller to get mapping information for request routing?

0 Answers  


what is tiles in struts?

6 Answers  


Whats the difference between the default namespace and the root namespace?

0 Answers  


What is container struts2?

0 Answers  


What is the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


which MVC architecture struts follows and why?

6 Answers   IBM,


Categories