On 2/14/06, Chipo Hamayobe <[EMAIL PROTECTED]> wrote:
> Hi,
> I keep getting the error " Cannot find bean message in any scope" in
> most of my jsp pages.
Its looking for a bean named "message" and can't find it - have you
used this in the "name" property on any of your tags?
For example <bean: write name="message" />
Are you using the <html:messages /> tag at all, something like...
<html:messages id="message">
<bean:write name="message"/>
</html:messages>
Maybe you didn't spell "message" in the id correctly?
Anyway, something along those lines - check you tag attributes for
"message" values.
Niall
> Anybody know whats causing this and how to fix it.
>
> It doesn't really say which bean has an invalid message.
>
> thanks
> --
> Chipo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]