Parties — Joinder, Misjoinder & Non-joinder; Frame of Suit — CPC & Limitation Act Notes

Parties — Joinder, Misjoinder & Non-joinder; Frame of Suit

In Gurbux Singh v Bhooralal (1964) a plaintiff who had earlier sued for one part of his claim tried, in a second suit, to recover the part he had left out the first time. The Supreme Court shut the door: Order 2 rule 2 makes you claim your whole cause of action in one suit — leave a slice out, and you relinquish it forever. Litigation is not a buffet you can return to.

Who can be parties, and how must a suit be framed?

Every suit has two sides: plaintiffs (who sue) and defendants (who are sued). Order 1 governs who may be joined on each side; Order 2 governs how the claim must be framed. Get either wrong and the suit can be delayed, dismissed in part, or force a fresh round of litigation.

A. Joinder of parties — Order 1 rules 1 and 3

Joinder means bringing more than one person as plaintiff or defendant in the same suit. The test is the same on both sides:

  1. Joinder of plaintiffs (rule 1) — persons may join as plaintiffs where (i) the right to relief arises from the same act or transaction (or series), and (ii) if they sued separately, a common question of law or fact would arise.

  2. Joinder of defendants (rule 3) — the identical two-part test applies to joining defendants.

The object is convenience and avoiding multiple suits on the same facts. (So two people who jointly contracted with A can, and should, sue A together.)

B. Necessary vs proper parties — the key distinction

This is the distinction the whole topic turns on.

  1. Necessary party — a person in whose absence no effective decree can be passed at all, or whose presence is legally essential. Two tests: there must be a right to relief against them, and the court cannot pass an effective decree without them. (In a partition suit, every co-sharer is a necessary party.)

  2. Proper party — a person whose presence is not essential but who helps the court completely and effectually adjudicate all questions in the suit. The suit can proceed without them, but their presence is convenient.

C. Non-joinder and misjoinder — Order 1 rule 9

  • Non-joinder = a person who should have been joined is left out.
  • Misjoinder = a person who should not have been joined is wrongly added (or unconnected claims/parties are lumped together).

The general rule (rule 9): no suit shall be defeated by reason of misjoinder or non-joinder of parties, and the court may deal with the matter as regards the parties actually before it. BUT — the crucial proviso — this does not apply to the non-joinder of a necessary party.

🔑 The effect of non-joinder depends entirely on whether the missing party is necessary or merely proper. Non-joinder of a proper party is not fatal — the suit goes on. Non-joinder of a necessary party is fatal — the suit is liable to be dismissed (or the party must be added). This is the exact point examiners test.

The court may, under Order 1 rule 10(2), at any stage add or strike out a party — either on application or on its own motion — to settle all questions.

D. Representative suit — Order 1 rule 8

Where numerous persons share the same interest, one or more may, with the court’s permission and after public notice, sue or be sued on behalf of all. This avoids dragging hundreds of people into court. (A residents’ association suing on behalf of all flat-owners is the classic example.) The decree binds everyone represented.

E. Frame of suit and Order 2 rule 2 — one cause of action, one suit

Order 2 rule 1 says every suit should be framed to afford a ground for final decision on the subject in dispute and to prevent further litigation. Building on that, Order 2 rule 2 commands that the plaintiff must include the whole of the claim arising from one cause of action. If the plaintiff omits or relinquishes any portion of the claim, they cannot afterwards sue for the part left out. Similarly, if entitled to several reliefs on the same cause of action, and they omit to sue for one (without leave), they lose it.

The object (the Why): to stop a defendant from being harassed by repeated suits on the same cause of action, split up piece by piece.

🧩 WORKED EXAMPLE — the forgotten interest

Facts. P lends A ₹1,00,000 with interest. When A defaults, P sues in 2021 for the principal only, forgetting the interest. He wins. In 2023 P files a fresh suit for the interest.

Rule. Order 2 rule 2: the plaintiff must claim the whole of the claim arising from the cause of action; a portion omitted or relinquished cannot be sued for later.

Apply. The interest arose from the same cause of action (the loan and its default). By suing only for the principal, P omitted the interest and is deemed to have relinquished it. The second suit is barred.

Conclusion. P cannot recover the interest in a fresh suit. His only chance was to amend the first plaint under Order 6 rule 17 before it was decided. Decoy. “A fresh suit can recover the balance” is wrong — rule 2 bars exactly that.

Order 1 rule 8 — One person may sue or defend on behalf of all in same interest: “(1) Where there are numerous persons having the same interest in one suit,— (a) one or more of such persons may, with the permission of the Court, sue or be sued, or may defend such suit, on behalf of, or for the benefit of, all persons so interested; (b) the Court may direct that one or more of such persons may sue or be sued, or may defend such suit, on behalf of, or for the benefit of, all persons so interested…”

Order 2 rule 2 — Suit to include the whole claim: “(1) Every suit shall include the whole of the claim which the plaintiff is entitled to make in respect of the cause of action; but a plaintiff may relinquish any portion of his claim in order to bring the suit within the jurisdiction of any Court. (2) Where a plaintiff omits to sue in respect of, or intentionally relinquishes, any portion of his claim, he shall not afterwards sue in respect of the portion so omitted or relinquished. (3) A person entitled to more than one relief in respect of the same cause of action may sue for all or any of such reliefs; but if he omits, except with the leave of the Court, to sue for all such reliefs, he shall not afterwards sue for any relief so omitted.”

In Simple Terms: You may sue or be sued together where the claims share the same transaction and a common question (Order 1 rr.1, 3). A necessary party is one without whom the court cannot pass an effective decree — leave them out and the suit fails; a proper party’s absence is not fatal. If a whole class shares an interest, one can sue for all (rule 8). And under Order 2 rule 2 you must bring your entire claim from one cause of action in one suit — split it up and you lose the leftover part forever.

flowchart TD
    PT["Parties & frame of suit<br/>O.1 and O.2"]:::root
    PT --> J["Joinder O.1 rr.1, 3<br/>same transaction + common question"]:::leaf
    PT --> K["Kinds of party"]:::leaf
    K --> NEC["Necessary: no effective decree<br/>without them"]:::leaf
    K --> PRO["Proper: convenient,<br/>not essential"]:::leaf
    PT --> NJ{"Missing party<br/>necessary?"}:::decision
    NJ -->|"Yes"| FATAL["Non-joinder fatal<br/>suit may be dismissed"]:::outcome
    NJ -->|"No (proper)"| OK["Suit proceeds O.1 r.9"]:::leaf
    PT --> REP["Representative suit O.1 r.8"]:::leaf
    PT --> FR["Frame of suit O.2 r.2<br/>whole claim in one suit"]:::outcome

    classDef root fill:#FFF8DC,stroke:#000,stroke-width:1px,color:#000;
    classDef leaf fill:#E6F3FF,stroke:#1E3A8A,color:#000;
    classDef decision fill:#FFF3CD,stroke:#8A6D00,color:#000;
    classDef outcome fill:#E8F5E9,stroke:#1B5E20,color:#000;
    linkStyle default stroke:#888,stroke-width:1px;

💡 EXAM TIP — the effect of non-joinder is a two-branch answer

The trap. Candidates write “non-joinder does not defeat a suit (Order 1 rule 9)” and stop — missing the proviso, which is the whole point of the question.

What to write. Split it: “Non-joinder of a proper party is not fatal — rule 9 saves the suit. But non-joinder of a necessary party is fatal — the proviso to rule 9 excludes it, and the suit is liable to be dismissed unless the party is added under rule 10(2).” Define necessary vs proper party first.

Why it scores. The examiner is testing the necessary/proper distinction through the non-joinder question. The two-branch answer proves you know rule 9 has an exception, which is where the marks sit.

Case Laws

  • Gurbux Singh v Bhooralal (1964) — to bar a suit under Order 2 rule 2, the defendant must prove the earlier suit was based on the same cause of action; a relinquished portion cannot be sued for again.
  • Kasturi v Iyyamperumal (2005) — in a suit for specific performance, a stranger claiming independent title is neither a necessary nor a proper party; the test of a necessary party restated.
  • Razia Begum v Sahebzadi Anwar Begum (1958) — laid down the twin tests for adding parties and the difference between necessary and proper parties.

Back to Top



📄 Full notes + Question Bank (₹199) — every topic in depth, model answers to all past KSLU questions, in one printable PDF. Get the bundle · 10 Solved Problems · All CPC & Limitation Act topics

Info

download our exam preparation kit for your exam