• 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

Web Flow: Neither BindingResult nor plain target object for bean name available as request attribute

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Neither BindingResult nor plain target object for bean name 'orderForm' available as request attribute
The above is the error I am getting when I try to move from index page to main page. In Spring MVC we set the model class in request which gets used by that page. I am not knowing how to do it here. I have come across theory that we set it in request scope or flash scope etc. I am not knowing how to pass it to a jsp. This one concept of passing a model object to a jsp and using its attributes of that class, I am not really getting it. I kindly request someone to help me.

This is my flows.xml

enterPewrsonalDetails.jsp


xxx-servlet.xml
 
VenkataPrasad Regula
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I try to use the formAction class, it is no longer existing. It was there in spring 1(If i am not mistaken)
 
Check your pockets for water buffalo. You might need to use this tiny ad until locate a water buffalo:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic