0 Replies Latest reply on Oct 18, 2007 4:49 PM by razwed4ik

    Richface+MyFaces+Tiles

    razwed4ik

      Hello,

      i had a small webapp which was working with MyFaces and Tiles together. Now i wanted put some ajax magic in my app. I did it like in Documentation.

      The problem now, my menu is not working anymore. I can call the adresses directly in the adress bar, but not from menu. Do i need put some tags arround the menu bar or links?
      Example of my Menu:

      <h:form>

      <h:commandLink value="#{msg['menu.home']}" action="home_menu" styleClass="menu" />
      <h:commandLink value="#{msg['menu.profile']}" action="#{menu.profile}" styleClass="menu" />




      Thx. i. A.