• 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

our own javascript function along with struts validator frame work

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any body help me to deal with how to control the validations carried out by our own javascript function as well as by dynamically created javascript function by struts validator frame work...........

actually in a struts based application i've used validator frame work which will validate some of the input fields and also i want to use one manually created javascript function for one field..........

and i need that first my validator frame work's javascript should be call and then my manually created javascript function should be called? so what should I do in order to do it???

as there is standered...in validator frame work ........only onsubmit attribute can be used for html:form tag.......so which event(which attribute i should use in html:submit tag in order to call my manually created javascript???

and if there is any usefull link will be mention that will also be very greatfull........
thanks in advance
regards.......
reply
    Bookmark Topic Watch Topic
  • New Topic