Re: Is problem with myfaces ?

2007-06-14 Thread Andrew Robinson
null error is not coming.Also I do not need to double click >> on >> edit link,buttons. >> >> But to access menus I need to double click on menus. >> >> Can anybody help me in this "Base is null" error.What need to do ? >> >> Thanks >> Sandip >> >> >> >> >> >> Park yourself in front of a world of choices in alternative vehicles. >> Visit the Yahoo! Auto Green Center. >> >> > > -- View this message in context: http://www.nabble.com/Is-problem-with-myfaces---tf3842605.html#a3958 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Is problem with myfaces ?

2007-06-13 Thread sandipp
h >> myfaces-api-1.1.5.jar,myfaces-impl-1.1.5.jar. >> I removed jsf-api.jar,jsf-impl.jar files. >> Now Base is null error is not coming.Also I do not need to double click >> on >> edit link,buttons. >> >> But to access menus I need to double click on menus. >> >> Can anybody help me in this "Base is null" error.What need to do ? >> >> Thanks >> Sandip >> >> >> >> >> >> Park yourself in front of a world of choices in alternative vehicles. >> Visit the Yahoo! Auto Green Center. >> >> > > -- View this message in context: http://www.nabble.com/Is-problem-with-myfaces---tf3842605.html#a3958 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Is problem with myfaces ?

2007-05-30 Thread Martin Marinschek
Hi Sandip, first off: do not use jsf-api.jar jsf-impl.jar and myfaces-api.jar myfaces-impl.jar together! settle for either the first group (Sun RI) or the second group (MyFaces implementation). regards, Martin On 5/28/07, Sandip Patil <[EMAIL PROTECTED]> wrote: Hi All, I am facing some

Re: Is problem with myfaces ?

2007-05-30 Thread Andrew Robinson
"Base is null" means that the base object of the EL expression is null. In this case, #{loginFormBean} is evaluating to null. So the variable resolver is not finding "loginFormBean" in any of the JSF contexts and is not auto-creating it. Could you post how you register this bean? Also, as for ja

Is problem with myfaces ?

2007-05-30 Thread Sandip Patil
Hi All, I am facing some strange problem while working with JSF. I have created one project which is running fine.If I create another project with another name(but same src/JSP's files) its giving me below error I am getting error as,Base is null Error. I am trying to login my