Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-394

動的なバリデーションについて

XMLWordPrintable

    • Type: Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Priority: Icon: Major Major
    • None
    • Affects Version/s: 1.0.11
    • Component/s: Teeda Extension
    • None

      <input type="text" id="number" />

      <input type="submit" value="承認" class="button" id="doApprovalConfirm" />

      public Validator getDateValidator() {
      ValidatorChain chain = new ValidatorChain();
      TRequiredValidator validator = new TRequiredValidator();
      if (number != 0)

      { chain.add(validator); }

      return chain;
      }

      I can't get the input value of number . Why?
      I want to dynamic validator the Date accroding to the number.
      what should i do?

            Assignee:
            shot shot
            Reporter:
            lee 李楽
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: