Sure,
Pls, excuse the names in portuguese. It is not a simple form, and it is in
this way because it is dinamicaly generated.
--------------------- BEGIN OF CODE
---------------------------------------------------------------------------
<s:form id="formVariaveis" action="Variaveis!updateMovs" theme="simple"
method="post">
<table cellspacing="2">
<tr>
<th>Variável</th>
<th>Unid</th>
<th>Valor</th>
<th>Valor anterior</th>
<th>OUT</th>
<th>INV</th>
</tr>
<s:iterator value="vars">
<s:if test="%{errors[id].errorMsg != null}">
<tr>
<td colspan="6" class="customErrorMessage" align="left">*
<s:property value="%{errors[id].errorMsg}" /></td>
</tr>
</s:if>
<tr class="itemLista">
<td><s:property value="dsc" /></td>
<td align="center"><s:property value="unidade" /></td>
<td><s:textfield name="valor%{id}" size="20"
value="%{movimentoMap['${mesSel}'].valor}" cssClass="inputField"
theme="simple" /></td>
<td style="color: #000CCC; text-align: right"><s:property
value="%{movimentoMap['${mesSel}'].valor}" /></td>
<td align="center"><s:checkbox name="foraMedia%{id}"
theme="simple" value="%{movimentoMap['${mesSel}'].foraMedia}" /></td>
<td align="center"><s:checkbox name="desprezaValor%{id}"
theme="simple" value="%{movimentoMap['${mesSel}'].desprezaValor}" /></td>
</tr>
</s:iterator>
</table>
</s:form>
<div align="right"><input type="submit" dojoType="struts:Bind"
formid="formVariaveis" event="onclick" value="Gravar" targets="divVariaveis"
showloading="Loading..." id="btGravar" label="Gravar" /> <input
dojotype="struts:Bind" event="onclick" value="Cancelar"
notifytopics="updateFormVariaveis" type="submit"></div>
--------------------- END OF CODE
---------------------------------------------
Thanks,
Felipe
--
View this message in context:
http://www.nabble.com/ActionContext-not-working-properly-with-IE-tf3617796.html#a10103327
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]