JSP Exception

Hi Friends,

When i try to load my home page am getting this exception :

Root cause of ServletException

javax.servlet.jsp.JspException: Cannot find bean null in any scope

at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:938)

at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:274)

Can anyone tell me when theJSP will throw such exception.AM hunting ont hisfor the past two days , please throw some clue

Thanks

VIshy

[505 byte] By [vishyscreena] at [2007-11-27 8:09:28]
# 1
check you have getters/setters in your action form class for all corressponding struts tags.or, you may try to show some value when loading , but it gets null value. check it up.
skp71a at 2007-7-12 19:52:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank you skp for the timely reply .The value that i query from the db for filluing acombo is null hence this exception.-Vishy
vishyscreena at 2007-7-12 19:52:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...