From do-not-reply at jboss.com Sun Sep 30 07:11:54 2007 Content-Type: multipart/mixed; boundary="===============0222083960531431426==" MIME-Version: 1.0 From: Stateless Bean To: jboss-user at lists.jboss.org Subject: [jboss-user] [JBoss Seam] - How to declare navigation from ajax method with args? Date: Sun, 30 Sep 2007 07:11:54 -0400 Message-ID: <24705849.1191150714585.JavaMail.jboss@colo-br-02.atl.jboss.com> --===============0222083960531431426== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi, Can anyone help me to declare navigation in pages.xml if I got ajax method = with arguments? Here is my method | | public String sendEmail(String trajectory) { | try { | = | } | catch (Exception e) { | if (currentPerson !=3D null) { | log.error("User: (" + currentPerson.getUsername() + = | ") ->galaxyAction - email(String trajectory): " + e.getMessage(= )); | } else { | log.error("User: (null) ->galaxyAction - email(String trajectory): = " + e.getMessage()); | } | } | } | = and if my method has argument "trajectory" | public String sendEmail(String trajectory) | = how shoud I declare pages.xml for change page to example /pages/email.xhtml? | | | | ??? View the original post : http://www.jboss.com/index.html?module=3Dbb&op=3Dv= iewtopic&p=3D4090021#4090021 Reply to the post : http://www.jboss.com/index.html?module=3Dbb&op=3Dpostin= g&mode=3Dreply&p=3D4090021 --===============0222083960531431426==--