Can explain about the validations and in your project
where did u used the validations?

Answers were Sorted based on User's Feedback



Can explain about the validations and in your project where did u used the validatio..

Answer / srikanth

we have client and server side validations

on client side we can use javascript

on server side when we use struts then we have validation
framework as well as basic validations using vaildate method

Is This Answer Correct ?    8 Yes 0 No

Can explain about the validations and in your project where did u used the validatio..

Answer / srinivas

validating the username,password,email,date format and credit card ...etc using struts validation.xml

Is This Answer Correct ?    2 Yes 1 No

Can explain about the validations and in your project where did u used the validatio..

Answer / jo

validations are nothing but we are validating the form
values, either it would be unames or passwords..
we can do validations in struts in 2 ways,
1. by overriding validate() in formbean class (or)
2. by using validator framework..

and we can do validations using both ways at a time..
that time we hav to call super.validate() in the validate()
of our formbean class.

Is This Answer Correct ?    1 Yes 0 No

Can explain about the validations and in your project where did u used the validatio..

Answer / royal

hi i want some more explaination answer......Plz send ans
who r real time experts..,.,.,

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

What configuration files are used in struts?

0 Answers  


Which class of struts is responsible to converts data types from string and vice versa?

0 Answers  


Explain the complete struts validator framework.

0 Answers  


how to connect from struts to database through hibernet and where u can modify the class

0 Answers   Polaris,


What is filter dispatcher in struts?

0 Answers  






What is form bean in struts?

0 Answers  


What do you mean by actionservlet?

0 Answers  


How exception handling is provided in struts?

2 Answers   Accenture,


Hai all.What is the use of <logic:iterate>tag in struts application.

3 Answers   CA, TCS,


Why we use struts over servlets?

0 Answers  


Explain about tiles?

0 Answers  


How to use forward action to restrict a strut application to mvc?

0 Answers  


Categories