Hey all,

I get an exception and cannot find any explanation or solution.

An OverviewBody.jsp page intends to list all data items from a database.
It therefore cretaes an appropriate table, the table body is implemented using a
logic:iterate tag, the single table columns/cells are supposed to get populated
using bean:write tags.

Doing this leads to an exception 

[ERROR] InsertTag - ServletException in '/pages/OverviewBody.jsp': Cannot find
message resources under key org.apache.struts.action.MESSAGE
<javax.servlet.ServletException: Cannot find message resources under key
org.apache.struts.action.MESSAGE>javax.servlet.ServletException: Cannot find
message resources under key org.apache.struts.action.MESSAGE

when calling the appropriate action.

However, all othe pages work fine with the specified ressource bundles. If I
eliminate all bean:write tags in the page, the exception does not occur.
I therefore assume that the exception does not really mean in my case that the
system cannot access the resource bundles.

Unfortunately, I have no other idea of how to solve the problem...

Any idea or hint would help and is highly appreciated.
Thanks 
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to