Hello,

I am using Trinidad 1.0.10 version. I made some little changes to javascript
and tried to rebuild trinidad (to distribute new libs
(trinidad-impl-1.0.10.jar) and their changes to other internal projects).
There was ONLY javascript SMALL tweaks. After rebuild, our custom components
(seems like it) stopped working with this, not so clear, exception:

javax.el.ELException: /layout/components/commandLink/commandLink.jspx: Bean:
lt.it.info.demo.backing.menu.ProjectMenuBacking, property: someAction
at
com.sun.facelets.compiler.AttributeInstruction.write(AttributeInstruction.java:53)
at
com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39)
at
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
at
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
at
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
at
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:594)
at
org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:182)
at
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:132)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        <.....>

If I use old libs all is ok again. How it comes that after javascript
changes breaks Java? Could someone point me to possible causes of this
problem? I understand that this lib I am using is out-of-date, but It
doesn't seem like it will be updated soon.
.

Any ideas welcome, how to fix this.
-- 

Sincerely,
Tadas Šubonis

Reply via email to