• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JSF Error : cannot get value for expression

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Below is the code:



While trying to execute the above code, I am getting error like:
cannot get value for expression #{loginBean.pass}

The beans are managed by spirng, I have included appropriate configurations for the same.

If I replace #{loginBean.pass} with #{a.b} then I get error as Base is null suggesting that loginBean is getting detected. It has getPass and setPass method too. What may be the problem? Am I missing something very simple?

Regards,
Joshua
 
reply
    Bookmark Topic Watch Topic
  • New Topic