2 Replies Latest reply on Jan 14, 2010 9:32 AM by wciesiel

    facelet function not found on ajax request...

      Hi there,

       


      I'm having troubles migrating a project working before on JSF 1.1, Richfaces 3.1 and JBoss 4.0.x to JSF 1.2, Richfaces 3.3 and JBoss 4.2.x..

       

      I've finally managed to make my application start and get it's first screen. The problem is that on ajax-based requests I'm getting error:

       

      Caused by: javax.el.ELException: /challenge-wizard/challenge-edit-step3.xhtml @68,136 value="Rodzaj nagród: #{mylib:msg('phase.gradingType.', challengeWizStepThree.selectedPhase.gradingScaleType)}": Function 'mylib:msg' not found
          at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76)
          at javax.faces.component.UIOutput.getValue(UIOutput.java:184)

       

      On regular request this function (our own lib built with Facelets 1.1.15.B1) is visibile and available. It is not found on ajax request... What am I doing wrong? Any assistance will be strongly appreciated...

       

      Regards,

      Wojtek