Hi,
I have a little problem to auto-generate textField with AjaxObserveFiled and AjaxUpdateComponent when a textField is filled. This is the code,
" HTML :
<table>
<tr>
<td class = "texte"> Mots clefs :</td>
<td class = "texte"> <wo:textField name = "motclef1" id = "motclef" value = "$session.motClef" />
</td>
<td class = "texte">
<wo:if condition = "$session.motClef"> <wo:textField name = "motclef2" id = "motCle2" value = "$session.motClef1" /> </wo:if>
</td>
<td class = "texte">
<wo name = "mo3UC">
<wo:conditional condition = "$session.motClef1"> <wo:textField name = "motclef3" id = "motCle3" value = "$session.motClef2" /> </wo:conditional>
</wo>
</td>
<td class = "texte">
<wo name = "mo4UC">
<wo:conditional condition = "$session.motClef2"> <wo:textField name = "motclef4" id = "motCle4" value = "$session.motClef3" /> </wo:conditional> </wo>
</td>
<td class = "texte">
<wo name = "mo5UC">
<wo:conditional condition = "$session.motClef3"><wo:textField name = "motclef5" value = "$session.motClef4" /></wo:conditional> </wo>
</td>
<td class = "texte">
<wo name = "mo6UC">
<wo:conditional condition = "$session.motClef4"><wo:textField name = "motclef6" value = "$session.motClef5" /></wo:conditional> </wo>
</td>
</tr>
<tr>
<td class = "texte"> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef5"><wo:textField name = "motclef7" value = "$session.motClef6" /></wo:conditional> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef6"><wo:textField name = "motclef8" value = "$session.motClef7" /></wo:conditional> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef7"><wo:textField name = "motclef9" value = "$session.motClef8" /></wo:conditional> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef8"><wo:textField name = "motclef10" value = "$session.motClef9" /></wo:conditional> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef9"><wo:textField name = "motclef11" value = "$session.motClef10" /></wo:conditional> </td>
<td class = "texte"> <wo:conditional condition = "$session.motClef11"><wo:textField name = "motclef12" value = "$session.motClef11" /></wo:conditional> </td>
</tr>
<wo name = "mOF1" />
<wo name = "mOF2" />
<wo name = "mOF3" />
<wo name = "mOF4" />
<wo name = "mOF5" />
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden