• 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

Not Getting Values using EL in Spring..

 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i developed a simple form in which user can enter his details like name,country etc

userform.jsp


dispatcher-servlet.xml



UserController.java


userserviceimpl.java



finally i am displaying values in jsp page as follows

usersuccess.jsp

As a result i am getting same content like ${user.name} instead of getting user name which is entered in form..
i know its simple thing but not getting where i did mistake..

Can anyone help me?

Thanks in advance...
 
reply
    Bookmark Topic Watch Topic
  • New Topic