Another way to do it (with a little bit less java) is:
<logic:iterate name="foo" id="object">
<bean:define id="rows" name="object" property="rows" />
<html:textarea ... rows='<%=rows%>' />
</logic:iterate>
[EMAIL PROTECTED] wrote:
Hello!
I've got a problem to get a value within a logic:iterate construction
(foo is an ArrayList <Object>):
<logic:iterate name="foo" id="object">
<html:textarea ... rows='<bean:write name="object" property="rows"/>' />
</logic:iterate>
This does not work.
How must it been written to address the method getRows() in the object,
which has been defined by id in logic:iterate?
Kind regards,
Andreas Hartmann
"Jetzt Handykosten senken mit klarmobil - 14 Ct./Min.! Hier klicken"
http://produkte.shopping.freenet.de/handy_voip_isdn/klarmobil/index.html?pid=730025
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Chad S. Lauritsen
Ecommerce Enterprise Developer
The Sherwin-Williams Company
216-566-2166
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]