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
When should I use singleton?
What is the use of 'super' keyword inside a constructor?
Why is stringbuffer not immutable?
What are the fileinputstream and fileoutputstream?
How would you format a date in java? I.e. In the ddmmyyy format?
Are maps ordered java?
What is an image buffer?
What is final access modifier in java?
Can a final variable be initialized in constructor?
Explain java code for recursive solution's base case?
What is assembly condition codes?
Is array an object in java?
Explain naming conventions for packages?
Why is it important to initialize a variable?
When is finally block not called?