how the error can be showed in the jsp page in struts?
Answers were Sorted based on User's Feedback
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 |
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 |
What is token used for?
What is the life cycle of actionform?
What is apache struts framework?
how you provide security in your banking project
Whats the difference between the default namespace and the root namespace?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
What is the purpose of @doublerangefieldvalidator annotation?
Who makes the struts?
What’s the utilization of resource bundle properties file in struts validation structure?
in struts without integrate hibernate how to use directly explain?
How to upload struts file?
Can u call Action class methods fro struts-config.xml file?