
|
If you were logged in you would be able to see more operations.
|
|
|
|
Caused by the following line in list-view.ftl:
<f:param name="id" value="${'#'}{${pojoNameLower}.${field.name}}"/>
Changing to the following should fix:
<f:param name="${field.name}" value="${'#'}{${pojoNameLower}.${field.name}}"/>
|
|
Description
|
Caused by the following line in list-view.ftl:
<f:param name="id" value="${'#'}{${pojoNameLower}.${field.name}}"/>
Changing to the following should fix:
<f:param name="${field.name}" value="${'#'}{${pojoNameLower}.${field.name}}"/>
|
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|