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 |
Is Struts Action class Thread Safe?
How to handle exceptions in structs?
in struts without integrate hibernate how to use directly explain?
Why was reload removed from struts (since 1.1)?
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
What are the major differences between html tags and strut specific html tags?
What is the role of action class in struts?
What is the use of form bean in struts?
What is package name in struts xml?
Why is it called struts?
What is the use of ActionErrors in Struts
What is struts-default package and what are it’s benefits?