0 Replies Latest reply on May 29, 2009 5:08 PM by mcohnen

    Renderer.render(view-id) fails for a4j:commandLink

      Hi,


      I'm rendering some facelet using Renderer.render(view-id). The view I'm rendering contains an a4j:commandLink. The site renders the link wrong, using for actionUrl something like




      'actionUrl':'/project/report/freeQuestions.seam'





      instead of the current url




      'actionUrl':'/myapp/freeQuestions.seam'



      I remember there was a paramter for m:message email tag to set the baseUrl. Is there something similar in this case? Any possible solutions?


      Thank you!