The fix has been commited under both the head (C:\svn\repo\icefaces\core -
r12997) and the branch (svn\repo\branches\ICEfaces-1.5\icefaces\core -r12996)
Index: src/com/icesoft/faces/application/D2DViewHandler.java
===================================================================
— src/com/icesoft/faces/application/D2DViewHandler.java (revision
12990)
+++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy)
@@ -815,8 +815,6 @@
if (result instanceof NamingContainer)
{
result = D2DViewHandler.findComponent(clientId, result);
break;
- } else {
- throw new IllegalArgumentException(id);
}
}
C:\svn\repo\icefaces\core>svn commit -m"fix for
ICE-1213"
Sending core\src\com\icesoft\faces\application\D2DViewHandler.java
Transmitting file data .
Committed revision 12997.) and the branch
Index: src/com/icesoft/faces/application/D2DViewHandler.java
===================================================================
— src/com/icesoft/faces/application/D2DViewHandler.java (revision
12990)
+++ src/com/icesoft/faces/application/D2DViewHandler.java (working copy)
@@ -815,8 +815,6 @@
if (result instanceof NamingContainer) {
result = D2DViewHandler.findComponent(clientId, result);
break;
- }
else
{
- throw new IllegalArgumentException(id);
}
}
Committed revision 12997.
targeting to 1.5.3