--- On Mon, 7/28/08, holod <[EMAIL PROTECTED]> wrote: > <tr id="attachedMainDocRow<s:property value="#document.status"/>"> > Some content > </tr> > > Is there any issues with status of iterator?
None that I'm aware of; I use it all the time. I'd strongly recommend not naming your status variable "document", since it's not a document. It's a status. It wouldn't be #document.status, it would be #document.index; see [1]. Dave [1] http://struts.apache.org/2.0.11.2/struts2-core/apidocs/org/apache/struts2/views/jsp/IteratorStatus.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]