Re: solution to exception(bad error message here)

2006-03-22 Thread Mike Kienenberger
On 3/21/06, Dean Hiller [EMAIL PROTECTED] wrote: I don't know jsp notation actually, and actually below I was trying to say The solution was I named the backing bean incorrectly not that I was using jsp notation. Sorry as I am sometimes not good at being clear about this. I was just posting

Re: solution to exception(bad error message here)

2006-03-22 Thread Dean Hiller
you have no corrupted my mind and I am bound to make the mistake now :). just joking. dean Mike Kienenberger wrote: On 3/21/06, Dean Hiller [EMAIL PROTECTED] wrote: I don't know jsp notation actually, and actually below I was trying to say The solution was I named the backing bean

Re: solution to exception(bad error message here)

2006-03-21 Thread Mike Kienenberger
Perhaps you were referencing the bean using JSP notation instead of JSF notation? If that's the case, you'll only get errors from the container's JSP compiler. On 3/20/06, Dean Hiller [EMAIL PROTECTED] wrote: The solution to my earlier exception was I named the backing bean incorrectly. funny

Re: solution to exception(bad error message here)

2006-03-21 Thread Dean Hiller
I don't know jsp notation actually, and actually below I was trying to say The solution was I named the backing bean incorrectly not that I was using jsp notation. Sorry as I am sometimes not good at being clear about this. I was just posting the solution in case someone else ran into it.

solution to exception(bad error message here)

2006-03-20 Thread Dean Hiller
The solution to my earlier exception was I named the backing bean incorrectly. funny that I did not get bean not exist error(I think I remember getting one from JSF before). Anyways in this case I had a backing bean misnamed in faces-config.xml and I get the very uninformitive exception