
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 24/Sep/07 10:29 AM
Updated: 24/Sep/07 10:31 AM
|
|
| Component/s: |
Tools - AMP
|
| Affects Version/s: |
2.0 Final
|
| Fix Version/s: |
2.0.1
|
|
|
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 » |
| There are no comments yet on this issue.
|
|