Hai,
I have:
<html:select property="projects" multiple="" style="width:70%;">
<logic:iterate name="projekteAndAufgabe" id="projekt">
<logic:iterate name="projekt" property="aufgabeViews" id="aufgabe">
<html:option value="test">
<bean:write name="projekt" property="projektNummer" />
<bean:write name="projekt" property="bezeichnung" /> --
<bean:write name="aufgabe" property="nummer" />
<bean:write name="aufgabe" property="kurzBeschreibung" />
</html:option>
</logic:iterate>
<logic:iterate>
</html:select>
but i have the option value as "test", i want it to be replaced it with *bean content* which is present inside the option tag.
PS: I cannot use collections here.
Not sure if it is simple, but i go with maximum points since it is urgent. Any ideas ?
ldbkutty
Asked: