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
What is a null point?
What is struts in java?
Is alive method in java?
What are keywords in programming?
Can you override a final method?
What does system.gc() and runtime.gc() methods do?
Explain the importance of throws keyword in java?
Is class forname reflection?
What is outofmemoryerror in java?
What are the methods available in a class?
What is a void method java?
Why pointers are not used in java?
Are registers volatile?
What is an class?
What do you mean by a JVM?