
|
If you were logged in you would be able to see more operations.
|
|
|
OGNL
Created: 10/Oct/07 04:58 PM
Updated: 13/Oct/07 05:46 PM
|
|
| Component/s: |
Core Runtime
|
| Affects Version/s: |
2.7.1
|
| Fix Version/s: |
2.7.2
|
|
|
If you have a method signature such as:
getSomething(Object value, Object...arguments)
and pass in only the first argument in an expression like:
"something(value)"
OGNL can't find a matching method unless you pass in a null as the second argument:
"something(value, null)"
|
|
Description
|
If you have a method signature such as:
getSomething(Object value, Object...arguments)
and pass in only the first argument in an expression like:
"something(value)"
OGNL can't find a matching method unless you pass in a null as the second argument:
"something(value, null)" |
Show » |
| There are no comments yet on this issue.
|
|