• Post Reply 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

Struts Validator,tag libraries help needed!

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends!,,

how r u , i need you help.

can any help me with the topics like Struts Validator and Struts Tag Libraries ..
and one quick question that if we want to make our own customize validation process while
using DynamicActionForm in that case we will have to use the Validator or we can overide
and provide the code as we do that in case of ActionForm.

and most important is any one can send me any link/Docs/Pdf
about the topics i have mentioned earlier i will be really thankFULL..

quickly i will write them in pts.
(1) Struts validator
(2) Struts Libraries
(3) JSTL
any links or docs any pdf... my mail id is javamyself@yahoo.com

B bye
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm quoting Chuck Cavaness here:
"The DynaActionForm doesn't provide any defualt behavior for the validate() method. Unless you subclass the DynaActionForm class and override the validate() method, there's no easy way to validate using the DynaActionForm."
reply
    Bookmark Topic Watch Topic
  • New Topic