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 the purpose of @doublerangefieldvalidator?

0 Answers  


What is the significance of logic tags in Struts?

0 Answers  


what is the purpose of load_on_startup entry in struts- config.xml?

8 Answers   Satyam,


What are the life cycle methods of interceptor?

0 Answers  


What is the purpose of @after?

0 Answers  






How do you know what to give for the "path " under in struts-config.xml ?

1 Answers  


Where should struts xml be placed?

0 Answers  


How to explain Software Bank Loan descriptions

0 Answers   Kekran Mekran, Wipro,


What do you mean by a custom tag?

0 Answers  


drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

2 Answers  


What is the purpose of @result annotation?

0 Answers  


How can I make own ActionServlet? with example

8 Answers   IBM, TCS,


Categories