posted 16 years ago
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
SCJP,SCWCD, Into ATG now!