Hi

I need some help constructing a <html:link> tag inside an <iterate> tag, 
what I need is logically this, 

<logic:iterate id="houseTag" name="houseBean" property="house" >

<html:link page="/house.do?action=prev" onmouseout="MM_swapImgRestore()" 
onmouseover="MM_swapImage('prev','',<bean:write name="houseTag" 
property="mouseOverPic"filter="true"/> ,1)" ><img name="prev" src="<bean:write 
name="houseTag" property="mouseOverPic" filter="true"/>" /></html:link>

</logic:iterate>

but I do not know how to write this correctly.  Can someone please show
me how to write this correctly.

Thanks for your help

Tony



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

Reply via email to