When I'm trying to submit the following form,
something funny happens. 
The subprocess.name property is set, but the indexed
properties are not set. The indexed properties
(subproces.subprocesList.starttime and s.s.endtime)
are set to their initial values; the request
parameters are not copied properly into the
ActionForm.
The appropriate getters and setters are provided in
the ActionForm and Subprocess-class.

Anyone have any idea what might cause this problem?

<html:form action="savesubprocess.do">
<html:text property="subprocess.name" />
<nested:iterate property="subprocess.subprocesList">
  startijd: <nested:text property="starttime" />
  eindtijd: <nested:text property="eindtime" /><br>
</nested:iterate>
</html:form>

Cheers,
Ruud.



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

Reply via email to