Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is difference between DynaValidatorForm and DynaValidatorActionForm

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi,


what is the difference between DynaValidatorForm and DynaValidatorActionForm in Struts.Is DynaValidatorActionForm is in struts1.2?

please give me reply
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
As I know both are used for implimenting Strurs validation module.

If you extende your formBean to DynaValidationForm you can use form name in validation.xml
If you you extende your formBean to DynaValidationAction form then you can use action path in your validation.xml file.This will be useful if you are using the same form bean for multiple actions and you want to validatate some of the attributes in each action.

I don't know what are the other differences.

Sudhakar
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Kiran,

You have been warned multiple times about our naming policy. I will be locking this thread. I will unlock it when you edit your display name. If you still refuse to comply with our policies, then your account will be locked altogether.
 
Farmers know to never drive a tractor near a honey locust tree. But a tiny ad is okay:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic