コード例 #1
0
ファイル: CustomerIssues.java プロジェクト: avoy/Tracker
  public WOComponent emailCurrentPage() {
    EmailPage nextPage = (EmailPage) pageWithName("EmailPage");

    nextPage.takeValueForKey(componentToEmail(), "componentToEmail");
    nextPage.takeValueForKey(context().page(), "nextPage");
    // nextPage.takeValueForKey("Customer Issue Report: " +  selectedQueue(),"subject");
    nextPage.takeValueForKey("Customer Issue Report ", "subject");

    return nextPage;
  }