0 Replies Latest reply on May 14, 2010 3:02 PM by sherkan777

    Pretty Url from datalist

    sherkan777

      Hi,
      I've list of beans on my page and action to action bean with id of object...




      s:link value="show details action="#{showDetailsAction.show}"><f:param name="id" value="#{news.id}" /></s:link>



      In my pages.xml I've navigation from action



      <navigation from-action="#{showDetailsAction.show}"><redirect view-id="/show_details.xhtml"/></navigation>



      after click and redirect I get url in my web browser like


      /myproject/show_details.seam?cid=94



      so the question is, how can I using tuckey rewrite url hide this conversation id?
      I'm using Seam 2.0.1.GA
      I'm not intrested to migrate to newer version of seam.