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

Does apache tomcat use struts?

0 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


What is the purpose of @element?

0 Answers  


How the flow of various requests happens in struts application?

0 Answers  


In struts.xml, what does the attribute "method" stands for in the "action" tag?

0 Answers  






What are the steps used to setup dispatch action?

0 Answers  


What is the use of token interceptor in Struts2?

0 Answers  


What do you mean by action errors and what are the results they force?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


What is the purpose of @requiredstringvalidator?

0 Answers  


What is the difference between plain-validator and field-validator?

0 Answers  


Why are springs better than struts?

0 Answers  


Categories