Hi,

I have defined something like:
<tr jwcid="@Foreach" source="ognl:accountFieldDefinitionsList" value="ognl:accountFieldDefinition" index="ognl:index" element="tr">
                                                <tr>
<td bgcolor="#EAEAF7" colspan="2"><img border="0" src="images/spacer.gif" width="1" height="3"/></td> <td bgcolor="#EAEAF7"><img border="0" src="images/spacer.gif" width="1" height="3"/></td>
                                                </tr>
                                                <td bgcolor="#EAEAF7"><font 
color="#FF0000"></font> </td>
                                                <td bgcolor="#EAEAF7">
<b><a jwcid="@Insert" value="ognl:accountFieldDefinition.fieldName"/>:</b>
                                                </td>
                                                <td bgcolor="#FFFFFF">
<input jwcid="@TextField" value="ognl:fieldValue" size="20" maxlength="8"/>
                                                </td>
                                        </tr>
<tr><td bgcolor="#FFFFFF" colspan="3"><img border="0" src="images/spacer.gif" width="1" height="3"/></td></tr>
                                        <tr>
<td colspan="2"><input jwcid="@Submit" value="Cancel" type="button" listener="ognl:listeners.onCancel" class="buttons"/></td> <td align="right"><input jwcid="@Submit" value="Confirm" type="button" listener="ognl:listeners.onConfirm" class="buttons"/></td>
                                        </tr>

I am trying to implement a list of TextField.

When I press the Submit button, I have the Stale Link error page coming!

Any idea why it is not possible to have multiple TextField in a page?

Thanks.
DvJ

_________________________________________________________________
Windows LiveĀ™ Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb


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

Reply via email to