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
Answers were Sorted based on User's Feedback
Answer / pandu
@1)Validation Frame implemented at serverside, it require
round Trip(cliet to Server).
@2)Connection Pool need to configure in Struts-config.xml
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / venkatesh
Pandu, thanks for ur answer. can u mention the tag used to
create connection pool in struts with an dexample. Thanks
Is This Answer Correct ? | 1 Yes | 0 No |
How does one create an action in struts 2?
What is a custom tag?
What is the use of interceptor?
What happens when Two users requests for same action class? How the threads are controlled?
What is the use of ActionErrors in Struts
Explain about logic match tag?
What are the ways in which duplicate form submission can occur?
whats is mean Actionerrors and Actionerror?
How to set email notification using struts.Plz give the example code?
Can we have multiple struts config files in a single web app?
How Struts will follow the MVC?
What is the purpose of @requiredstringvalidator?