--- "Emil.I" <[EMAIL PROTECTED]> wrote: > <s:checkbox name="skillCode" key="%{skillCode}"/> > > skillCode being the property of object in a set whihc i iterate over, > doesn't work.
Try #skill.skillCode, if you're using "skill" as the ID of the iterated object. > >>> <s:iterator value="job.skills" id="skill" status="status"> If it's a map IIRC the object pushed is a Map.Entry (allowing access by the "key" and "value" properties), if it's a set it's probably the object. Maybe reposting the data structure contained in the set and the set declaration would be a good idea, though. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]