
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|