What is the difference betwwen struts 1.1 and struts 1.2?

Showing Answers 1 - 3 of 3 Answers

mastanreddy

  • Oct 27th, 2006
 

hi

struts 1.2 added new features. the usage of template tags  and nested tags.

where to use template tags and struts tags

  Was this answer useful?  Yes

Venu

  • Feb 16th, 2007
 

REquest diapatcher servlet which filters the action servlet actions is added in 1.2

  Was this answer useful?  Yes

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions