Re: Cannot find bean" error" in any scope / Error

2005-09-17 Thread Murray Collingwood
. ...do the error here. Kind regards mc On 17 Sep 2005 at 16:23, Laurie Harper wrote: > R. Markham wrote: > > I get following error if I push the submit button. I get following error > > message > > > > javax.servlet.ServletException: Cannot find bean error in

Re: Cannot find bean" error" in any scope / Error

2005-09-17 Thread Laurie Harper
R. Markham wrote: I get following error if I push the submit button. I get following error message javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname

Cannot find bean error in any scope

2005-09-17 Thread R. Markham
I get following error if I push the submit button. javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname I want

Cannot find bean" error" in any scope / Error

2005-09-17 Thread R. Markham
I get following error if I push the submit button. I get following error message javax.servlet.ServletException: Cannot find bean error in any scope I have following in my JSP File Lastname

Re: Cannot find bean error in any scope

2005-05-10 Thread Nick Heudecker
> or as you say change the message resources default - or even make it always > null=false? I prefer this suggestion. Speaking only for myself, null=false is the most sensible default. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Cannot find bean error in any scope

2005-05-10 Thread Niall Pemberton
defintely needs improvement - currently too much can go wrong at the moment without providing any real clue to the problem. or as you say change the message resources default - or even make it always null=false? Niall - Original Message - From: "Michael Jouravlev" <[EMAIL PROTECTED]> Se

Re: Cannot find bean error in any scope

2005-05-10 Thread Michael Jouravlev
On 5/10/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote the following on 5/10/2005 12:49 PM: > > My guess that one of your message keys is incorrect/missing. Are your > > message resources configured to NOT return null in your struts-config.xml? > > > > And this could probably

Re: Cannot find bean error in any scope

2005-05-10 Thread Michael Jouravlev
I already caught this one ;) But this is not it this time. Thanks! On 5/10/05, Simon Chappell <[EMAIL PROTECTED]> wrote: > I also had this error recently when I inadvertently left out a taglib > in the header of my JSP. Took me a while to catch that one because the > symptom and the cause were so

Re: Cannot find bean error in any scope

2005-05-10 Thread Simon Chappell
I also had this error recently when I inadvertently left out a taglib in the header of my JSP. Took me a while to catch that one because the symptom and the cause were so different. Simon On 5/10/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote the following on 5/10/2005 12:49

Re: Cannot find bean error in any scope

2005-05-10 Thread Rick Reumann
Niall Pemberton wrote the following on 5/10/2005 12:49 PM: My guess that one of your message keys is incorrect/missing. Are your message resources configured to NOT return null in your struts-config.xml? And this could probably explain why Michael can't always repeat the error since probably one o

Re: Cannot find bean error in any scope

2005-05-10 Thread Michael Jouravlev
is, it depends on > the phase of the Moon. I have exactly the same problem as this one: > > http://marc.theaimsgroup.com/?l=struts-user&m=111348029907000&w=2 > > Which is, I have the following block: > > > > >

Re: Cannot find bean error in any scope

2005-05-10 Thread Niall Pemberton
culous. I cannot find what the problem is, it depends on the phase of the Moon. I have exactly the same problem as this one: http://marc.theaimsgroup.com/?l=struts-user&m=111348029907000&w=2 Which is, I have the following block: which throws javax.servlet.ServletException: Canno

Re: Cannot find bean error in any scope

2005-05-10 Thread Dakota Jack
he same problem as this one: > > http://marc.theaimsgroup.com/?l=struts-user&m=111348029907000&w=2 > > Which is, I have the following block: > > > > > > > > > > which throws javax.servlet.ServletException: Cannot find bean error in any

Re: Cannot find bean error in any scope

2005-05-10 Thread Dakota Jack
> the phase of the Moon. I have exactly the same problem as this one: > > http://marc.theaimsgroup.com/?l=struts-user&m=111348029907000&w=2 > > Which is, I have the following block: > > > > > > > > > > which throws javax.servle

Fwd: Cannot find bean error in any scope

2005-05-10 Thread Michael Jouravlev
Yes, and if I change to then I do not see any errors. Seems like the errors bean cannot be loaded from messages. Wny? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot find bean error in any scope

2005-05-09 Thread Michael Jouravlev
h throws javax.servlet.ServletException: Cannot find bean error in any scope If I change it to this one: Yes mess It shows "Yes mess", which means that messages are present. It works sometimes, than it stops and I don't know what did I do that broke it! When it breaks, I cannot fix it. I do stupid thing

Re: Cannot find bean error in any scope

2005-03-08 Thread Sébastien GALLET
I've found the solution. I forgot to use the bundle parameter in html:messages Now I've got another problem : If I put the message-resources in global key (key not defined) everything works fine : Validation failed. * The field name2 is required. But if I put it in a custom key (ie person) th

Cannot find bean error in any scope

2005-03-08 Thread Sébastien GALLET
alidator.FieldChecks] Validation of field name2 failed. But I can't retrieve the error messages. Here is the logs javax.servlet.ServletException: Cannot find bean error in any scope org.apache.jasper.runtime.PageContextImpl.doHandle