Hi.
I'm having this problem:
Four ACS applications has been migrated to OpenACS. In all them, the ADP file contain formwidget and it works( it shows the field value)
Example:
<tr>
<td ><b>Cargo:<b></td>
<td><formwidget id=cargo> </td>
</tr>
Cargo: Abogado
Now, in the Five application isn't display de information.
Example:
<tr>
<td ><b>Name:<b></td>
<td><formwidget id=name> </td>
</tr>
Name:
I'm using the same format for all formwidget.
Could you tell me What i'm doing wrong?