Hi Dave,

I have struts devMode on and logging works for Struts, i.e., I get all
messages from Apache Tomcat and Struts in console. What do you mean by
"logging turned up" ?

--
Milan


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

-- 
View this message in context: 
http://www.nabble.com/-S2--Iterate-through-two-lists-tp19052842p19098174.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