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$SerializedViewCollection.add(JspStateManagerImpl.java:717) > > at > > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedViewInServletSession > > (JspStateManagerImpl.java:493) > > at > > org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(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_view_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(ApplicationFilterChain.java:252) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > at > > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) > > at > > org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463) > > at > > org.apache.catalina.core.ApplicationDispatcher.doForward > > (ApplicationDispatcher.java:398) > > at > > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.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

