Answer Posted / prabhakar
Struts 1.2 features:
====================
1) In Struts 1.2,ActionErrors were deprecated, needs to use
ActionMessages instead of ActionErrors.
2) Introducing to MappingDispatchAction (A new standard
action that dispatches to a method name by having
different actions in the action Mappings for each method)
3) Attribute 'module' has been introduced in the forward tag
of action.Which will be used to link to another module when
forward happens.Can be used when we work with SwithAction.
4) Validation framework was fine tuned , including additon
of new validation rule 'validWhen'
- Prabhakar
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
How does multithreading take place on a computer with a single cpu?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is a Hash Table? What are the advantages of using a hash table?
What is the difference between Error, defect,fault, failure and mistake?
What should I import for arraylist in java?
java program with complete 4 oops concepts implemented example
Can private method static?
List types of storage classes in java?
What does nextint () do in java?
What is meant by polymorphism?
What is an example of a keyword?
How do you use wildcards?
What is oops in java?
what is the difference between a threads start() and run() methods? : Java thread