From f5170c8af120a1b2747ad8099831e24761623de0 Mon Sep 17 00:00:00 2001
From: Bauke Scholtz
Date: Wed, 7 Jan 2026 07:56:04 -0400
Subject: [PATCH] Fix #1202: improve correctness of spec
---
api/src/main/vdldoc/faces.composite.taglib.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/api/src/main/vdldoc/faces.composite.taglib.xml b/api/src/main/vdldoc/faces.composite.taglib.xml
index e0c3c76b4d..dc5ea05393 100644
--- a/api/src/main/vdldoc/faces.composite.taglib.xml
+++ b/api/src/main/vdldoc/faces.composite.taglib.xml
@@ -572,7 +572,8 @@ correspond to the id of an inner component.
whose expected type is given by the value of this attribute. If
not
specified, and no "method-signature" attribute is present,
- java.lang.Object is assumed. This
+ the type must be determined by calling
+ getType() on the Composite Component Attributes ELResolver. This
attribute is mutually
exclusive with the "method-signature" attribute. If both attributes are
present, the