JspException thrown if valueChangeListener's type attribute is not supplied
---------------------------------------------------------------------------
Key: MYFACES-1965
URL: https://issues.apache.org/jira/browse/MYFACES-1965
Project: MyFaces Core
Issue Type: Bug
Components: JSR-252
Affects Versions: 1.2.5-SNAPSHOT
Environment: tomcat-6.0.16
java 1.6
MyFaces 1.2.5-SNAPSHOT
Reporter: Paul Rivera
Priority: Minor
This bug is similar to MYFACES-1964 but happens to valueChangeListener tag. I
have this in my jsf page:
<h:selectOneMenu value="#{coreTc12Bean.text1}" onchange="submit()">
<f:valueChangeListener binding="#{coreTc12Bean.valueChangeListener}"/>
<f:selectItem itemLabel="item1" itemValue="item1"/>
<f:selectItem itemLabel="item2" itemValue="item2"/>
<f:selectItem itemLabel="item3" itemValue="item3"/>
</h:selectOneMenu>
It will throw a javax.servlet.jsp.JspException - type attribute not set. This
also happens in MyFaces 1.2.4. I've attached the test case above.
Similar to MYFACES-1964, this problem does not happen in JSF 1.2. RI.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.