History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-913
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

JSF List page only works when POJO uses "id" as @Id property

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


 Description  « Hide
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}}"/>


 All   Comments   Change History   FishEye      Sort Order:
There are no comments yet on this issue.