• 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

Spring Webflow: Type Mismatch error is thrown even after setting Validation to false

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Spring Webflow application with Basic CRUD operation of form values.

When User tries to enter invalid input like String on Numeric field(eg. Budget), we need to validate the form only when user hits submit.

When user hits Cancel, we don't need to validate the form and take the user back to listing page.

For this, as per Spring Webflow documentation I set Validate = false for Cancel flow.

But even then, the form model is getting validated and webflow is throwing Type Mismatch error.


So user couldn't leave the page on hitting cancel and stays on the same page.

 
Chandrasekar Manohar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Almost stuck with this issue. Awaiting Response.
reply
    Bookmark Topic Watch Topic
  • New Topic