• 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

Getting Form not found for locale 'en_GB' error working with validator plugin.

 
Greenhorn
Posts: 25
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi everybody,
I am newbie in struts, working with struts 1.3.8. I am trying to implement validation plugin for both client side and server side. I used ValidateActionForm and DispatchAction classes and configuring to use single form Bean and single Action class for multiple forms. For this I used action values of form pages in validation-user.xml file to configure input pages for different form pages.
But I am getting this error.

Feb 11, 2013 11:58:11 AM org.apache.commons.validator.ValidatorResources getForm
WARNING: Form '/regis' not found for locale 'en_GB'

I am mugging the code and have checked all the xml configurations please help me by providing your valuable suggestions.

Thanks & Regards.
 
Shailesh Kumar Saxena
Greenhorn
Posts: 25
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No one responded, I solved this issue.
reply
    Bookmark Topic Watch Topic
  • New Topic