1 Reply Latest reply on Nov 19, 2007 8:19 AM by pmuir

    invoke a seam method from java

      how can i invoke a method from java


      ex:


      code]
      try{
      resultstring = invokeMethod("${testmodule.submit('testargument')}");
      } catch (Exception er)
      { ... tesmodule not found
      }


      can you please indicate where to look ?


      Thanks in advance