Cool, Thanks Matthias. I seem that the error message printed out doesn't stop the code working.
Right, I'm off to finish this code off so I can go home. :-D Jeff Porter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 01 December 2006 14:24 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 ah! ok, the thread you are replying to is related to the stack trace I posted. your issue has been filed already http://issues.apache.org/jira/browse/MYFACES-1504 -Matthias On 12/1/06, Jeffrey Porter <[EMAIL PROTECTED]> wrote: > Hi Mattahias, > > No, not quite. I get the following ... > > I'm using... > myfaces-api-1.1.5-SNAPSHOT.jar > myfaces-impl-1.1.5-SNAPSHOT.jar > > tomahawk-1.1.5-SNAPSHOT.jar > tomahawk-sandbox-1.1.5-SNAPSHOT.jar > > When I press a button mapped to a method, the method doesn't get called. > The page just refreshes. > > I see the following in FireFox's Error Console... > > oamSetHiddenInput is not defined. > > I get the same with this example... > > http://example.irian.at/example-sandbox-20061201/picklist.jsf > & then press the submit button. > > You will see an error message logged in FireFox's ErrorConsole. > > Jeff. > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Matthias Wessendorf > Sent: 01 December 2006 13:40 > To: MyFaces Discussion > Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 > > Jeff, > > you are getting > > <snip> > null values not allowed > at > org.apache.commons.collections.map.AbstractReferenceMap.put(AbstractRefe > renceMap.java > :251) > at > org.apache.myfaces.application.jsp.JspStateManagerImpl$SerializedViewCol > lection.add(JspStateManagerImpl.java:717) > at > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedVie > wInServletSession > (JspStateManagerImpl.java:493) > at > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedVie > w(JspStateManagerImpl.java:332) > </snip> > > > ? > > > On 12/1/06, Jeffrey Porter <[EMAIL PROTECTED]> wrote: > > I too am getting this problem with the nightly build from 1/12/06. > ver. > > 1.1.5 > > > > > > I get it when trying to use this jsp code... > > > > <h:form> > > <s:selectManyPicklist id="assignees" > > value="#{tagMoverManager.assignees}" size="5"> > > f:selectItems value="#{tagMoverManager.workerItems}"/> > > </s:selectManyPicklist> > > > > <h:commandButton value="Done" action="#{tagMoverManager.done}"/> > > > > </h:form> > > > > And when I hit the 'Done' button. > > > > Can anyone give me some advice? > > > > Jeff Porter > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of > > Matthias Wessendorf > > Sent: 24 November 2006 12:23 > > To: MyFaces Discussion > > Subject: Re: Null values not allowed problem with myfaces nightly > 1.1.5 > > > > :) > > > > I am 100% sure there went something wrong yesterday, since number of > > lines in clazz is different. > > > > Glad it works again :) > > > > > > On 11/24/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: > > > I tried this night's build and it is working. Thx! > > > > > > > > > 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: > > > > one more thing, > > > > > > > > can you try to enable loglevel "info" and look if you see > something > > like > > > > > > > > Starting up MyFaces-package : ....... > > > > > > > > that was introduced in myfaces core (impl) 1.1.5 > > > > > > > > Thanks! > > > > Matthias > > > > > > > > On 11/23/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > > I am asking because in the *old* broken version, the line 717 is > > > > > around add() which is not the case in the 1.1.5 version. > > > > > > > > > > the oamSetHiddenInput() function was added in september to > shared, > > > > > which is used by impl and tomahawk. > > > > > > > > > > Let me check that later or early tomorrow, > > > > > thx, > > > > > matthias > > > > > > > > > > On 11/23/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: > > > > > > Hi! Yes i am using 1.1.5 nighly in the rendered HTML i have > > > > > > oamSetHiddenInput() method and AFAIK this in only in 1.1.5 > > nightlies. > > > > > > However i switched to 1.1.4 release version and now everything > > is OK. > > > > > > > > > > > > 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: > > > > > > > mmm, > > > > > > > > > > > > > > that is the good old 1.1.3 show stopper... > > > > > > > > > > > > > > http://issues.apache.org/jira/browse/MYFACES-1296 > > > > > > > > > > > > > > are you sure you using the 1.1.5 ? > > > > > > > and don't have 1.1.3 somewhere in cache, work dir or what > ever > > ? > > > > > > > > > > > > > > -Matthias > > > > > > > > > > > > > > On 11/23/06, Adrian Mitev <[EMAIL PROTECTED]> > wrote: > > > > > > > > Hi guys! After some time working with the application i > got > > this > > > > > > exception: > > > > > > > > > > > > > > > > Caused by: java.lang.NullPointerException: null values not > > allowed > > > > > > > > at > > > > > > > > > > > > > > > > > org.apache.commons.collections.map.AbstractReferenceMap.put > > > (AbstractReferenceMap.java > > > > > > > > :251) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.application.jsp.JspStateManagerImpl$SerializedViewCol > > lection.add(JspStateManagerImpl.java > > > :717) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedVie > > wInServletSession > > > > > > > > (JspStateManagerImpl.java:493) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedVie > > w(JspStateManagerImpl.java:332) > > > > > > > > at > > > > > > > > > > > org.apache.myfaces.taglib.core.ViewTag.doAfterBody > > > > > > (ViewTag.java:122) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.jsp.seed.eo.awk.preview.awkFirmDataPreview_jsp._jspx_meth_f_v > > iew_0(org.apache.jsp.seed.eo.awk.preview.awkFirmDataPreview_jsp:450 > > > ) > > > > > > > > at > > > > > > > > > > > > > > > > > > org.apache.jsp.seed.eo.awk.preview.awkFirmDataPreview_jsp._jspService > > > > > > > > > > > > > > > > > (org.apache.jsp.seed.eo.awk.preview.awkFirmDataPreview_jsp:143 > > > ) > > > > > > > > at > > > > > > > > > > > > > > > > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) > > > > > > > > at > > > > > > > > javax.servlet.http.HttpServlet.service( > > > HttpServlet.java > > > > > > :810) > > > > > > > > at > > > org.apache.jasper.servlet.JspServletWrapper.service > > > > > > > > (JspServletWrapper.java:322) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) > > > > > > > > at > > > > > > > > org.apache.jasper.servlet.JspServlet.service > > > > > > (JspServlet.java:264) > > > > > > > > at javax.servlet.http.HttpServlet.service > > > > > > > > (HttpServlet.java:810) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica > > tionFilterChain.java > > > :252) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt > > erChain.java:173) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc > > her.java:672) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationDispatcher.processRequest(Applicatio > > nDispatcher.java > > > :463) > > > > > > > > at > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationDispatcher.doForward > > > > > > > > (ApplicationDispatcher.java:398) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispat > > cher.java:301) > > > > > > > > at > > > > > > > > > > > > > > > > > > org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch > > > (ServletExternalContextImpl.java > > > > > > > > :416) > > > > > > > > ... 34 more > > > > > > > > > > > > > > > > I am using tomahawk and myfaces 1.1.5 nightly build > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Matthias Wessendorf > > > > > > > http://tinyurl.com/fmywh > > > > > > > > > > > > > > further stuff: > > > > > > > blog: http://jroller.com/page/mwessendorf > > > > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Matthias Wessendorf > > > > > http://tinyurl.com/fmywh > > > > > > > > > > further stuff: > > > > > blog: http://jroller.com/page/mwessendorf > > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > http://tinyurl.com/fmywh > > > > > > > > further stuff: > > > > blog: http://jroller.com/page/mwessendorf > > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > > > > > > > > -- > > Matthias Wessendorf > > http://tinyurl.com/fmywh > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

