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 are the various struts tag libraries?
What are the struts2 configuration properties that control file uploading process?
multiple instances for action class is it possible
Why we use struts in java?
What is the purpose of execute() method?
What is the use of lookupdispatchaction?
What are action errors and error?
Where can I get help with struts?
What do you mean by actionmapping?
What is http forward?
How to set email notification using struts.Plz give the example code?
What is the purpose of execute method of action class?