Hi,
is it possible to embed the same stateless form more than once in a page like the example below?
when I try, only the first one loads, and the other two never load...
thanks
Luis
htmlpage Page()
<%{%>
<table border=1><tr>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&field=1'></div>
</td>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&field=2'></div>
</td>
<td>
<div elName='zc-component' formLinkName='MyForm' params='zc_Header=true&field=3'></div>
</td>
</tr></table>
<%}%>