1 Reply Latest reply on Apr 29, 2008 12:44 PM by jpviragine.jpviragine.gmail.com

    redirect from seam action

      Hi!
      I am starting to develop with seam (before I worked with EJB with STRUTS). I was trying some of the examples, but I don´t understand it completly yet. I use seam 2.0.1 with jboss 4.2.2.
      I need to pass two params using get to a seam action using get. Something like this



      http://MyServer/MySeamApp/MyAction.seam?param1=xxx&param2=yyy
      




      The action must process the two params (without any view) and then redirect to another seam action. 




      What´s the best way to do this?


      Thanks in advance