dev@javaserverfaces.java.net

Change UIComponentELTag.setBinding() ?

From: Dennis Byrne <dennis_at_dbyrne.net>
Date: Sat, 17 Jun 2006 01:16:51 +0000

The javadocs say UIComponentELTag.setBinding() throws an IllegalArgumentException, but it is just a plain setter and the signature throws JspException.

http://fisheye5.cenqua.com/browse/~raw,r=1.4/javaserverfaces-sources/jsf-api/src/javax/faces/webapp/UIComponentELTag.java

Can we please change this to explicitly throw a JspException if the parameter is not a value reference, and a NPE if the parameter is null?

Dennis Byrne