
| Key: |
WW-1041
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
tm_jee
|
| Reporter: |
Don Brown
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Specifically, the primary skills field won't render, throwing:
2005-12-22 13:45:06,781 ERROR (com.opensymphony.webwork.components.Component:116) - tag select, field list: You must specify a collection/array/map/enumeration/iterator. Example: people or people.{name}
The source for that field in editEmployee.jsp
29 <ww:select list="#skillAction.availableItems" listKey="name" label="Main Skill"
30 name="currentEmployee.mainSkill.name"/>
|
|
Description
|
Specifically, the primary skills field won't render, throwing:
2005-12-22 13:45:06,781 ERROR (com.opensymphony.webwork.components.Component:116) - tag select, field list: You must specify a collection/array/map/enumeration/iterator. Example: people or people.{name}
The source for that field in editEmployee.jsp
29 <ww:select list="#skillAction.availableItems" listKey="name" label="Main Skill"
30 name="currentEmployee.mainSkill.name"/>
|
Show » |
|
<ww:action id="skillAction" namespace="/showcase/skill" name="list"/>
should be
<ww:action id="skillAction" namespace="/skill" name="list"/>