Ohh man
guess what i used %{property} for label element and everything is fine.



newton.dave wrote:
> 
> --- "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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/key-property-of-s%3Acheckbox-tag-tp16241092p16259720.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to