
|
If you were logged in you would be able to see more operations.
|
|
JSF cartridge
Created: 21/Jul/06 02:29 AM
Updated: 21/Jul/06 05:53 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
In the 3.2-SNAPSHOT built 2006-07-20, method ParameterChecks.validateEqual, casting the component found for "equalField", of type oracle.adf.view.faces.component.core.input.CoreInputText, to javax.faces.component.UIIinput fails with a class cast exception.
Checking the API docs for CoreInputText I see that it is not a subclass of UIInput.
I changed the type of equalField to javax.faces.component.ValueHolder and that seems to work properly.
|
|
Can you attach a patch file with your fix?
Unified diff against the original in my home directory.
Fixed, thanks!
|
|