[jboss-jira] [JBoss JIRA] Created: (AS7-1472) Overridden API method of a component is not getting called.
Brian Leathem (JIRA)
jira-events at lists.jboss.org
Thu Aug 4 12:10:41 EDT 2011
Overridden API method of a component is not getting called.
-----------------------------------------------------------
Key: AS7-1472
URL: https://issues.jboss.org/browse/AS7-1472
Project: Application Server 7
Issue Type: Bug
Components: JSF
Affects Versions: 7.0.0.Final
Reporter: Brian Leathem
Assignee: Stan Silvert
I have a Richfaces component, that extends the javax.faces UISelectMany, and overrides the method "validateValue".
in AS 7, my overridden method does not get called, but it does get called in AS 6.
I've looked at the AS7 mojarra source:
https://github.com/jboss/mojarra/blob/2.0.4-b09-jbossorg/jsf-api/src/main/java/javax/faces/component/UISelectMany.java#L580
And the method I'm overriding is indeed present.
Any idea what could be causing this problem? A modules/classpath visibility problem perhaps?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list