Try to specify the type in logic:iterate to class of tempObjekt...

example:
        <logic:iterate id="tempObjekt" name="name" property="collection"
type="yourpackage.TempObjektClass">
        </logic:iterate>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: segunda-feira, 22 de Setembro de 2003 14:34
To: Struts-User
Subject: Access propertys within an iterate with jsp


hello,

how can i access propertys within a struts <logic:iterate> with jsp ?

<logic:iterate id="tempObjekt" name="name" property="collection">

//Standard:
<bean:write name="tempObjekt" property="theName"/>

//i want it this way:
<%
out.println(tempObjekt.gettheName();
%>
//but it doesnt work

</logic:iterate>

Mit freundlichen Gr��en

Christian Reps, Dipl. Inf. (FH)
Web Applications

GRASS GmbH
Programme f�r Menschen

- IT - Consulting
- MES - Development
- Web - Applications

Bad Kreuznach
Kreuzstra�e 24, 55543 Bad Kreuznach

M�nchen
Franz-Joseph-Stra�e 18, 80801 M�nchen

Magdeburg
Allee-Center Ernst-Reuter-Allee 5, 39104 Magdeburg

Telefon und Fax geb�hrenfrei  0800 GRASSGMBH oder 0800 4727746



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


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

Reply via email to