--- On Thu, 8/21/08, Milan Milanovic wrote:
> Tell me is this syntax good now for representing action
> class attribute called someObject?:
> 
> <s:iterator value="fruits1" status="rowstatus">
>   <s:text name="names">
>     <s:push value="someObject.fruits2[#rowstatus.index]">
>       <s:param name="value" value="name"/>
>     </s:push>
>   </s:text>
> </s:iterator>

*sigh*

Yes, "someObject" will access an action property named "someObject".

If all you're trying to do is set message properties why are you bothering with 
the push?

> <s:iterator value="fruits1" status="rowstatus">
>   <s:text name="names">
>     <s:param value="someObject.fruits2[#rowstatus.index].name"/>
>   </s:text>
> </s:iterator>

Btw, I have logging turned up and get a useful debug message: when you say you 
have logging turned up, what, exactly, do you mean?

I'm not sure why the push tag is causing the issue, though.

Dave


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

Reply via email to