So can i nest s:property within. Eg.: <s:checkbox name="skillCode" key="<s:property/>"/>
the preceeding doesn't work. Is there anyway not including the solution, where you put s:property tag beside s:checkbox, but actually setting the key property of s:checkbox tag with skillCode? Emil.I wrote: > > Hello, > i iterate through a set and for 'key' i want to use the property of an > iterable element. eg: > > <s:iterator value="job.skills" id="skill" status="status"> > <s:checkbox name="skillCode" key="?????"/> > </s:iterator> > > skillCode is a string property of Skill object and i want it to be > assigned to skill property > of the s:checkbox tag. What is the syntax? > > > > -- View this message in context: http://www.nabble.com/key-property-of-s%3Acheckbox-tag-tp16241092p16256658.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]