1 Reply Latest reply on Jan 15, 2009 2:39 PM by norman

    natural conversations and URL rewriting for 'redirect'

    dea.dea.rapas.ru

      Is is possible to educate seam navigation during redirect do not add 'cid' parameter to URL (in addition to natural converasion parameter).
      Now I have natural converation with name 'user' and parameter 'id' and seam after performing redirect forwards to URL like http://host/myView.seam?id=10&cid=user%3A10


      I also wondering if there is any way to apply seam outcoming url-rewrite rules to URL generated by  'redirect' navigation rules? (I'm not using URLRewriter but only seam provided functionality). Now I see URL transformed only for JSF's 'h:outputLink'.