Bonjour,
j'ai une form qui contient comme attribut une collection myColl, dans mon action je créee ma collection et je la met dans l'attribut myColl, et dans ma jsp je fais ça:
mais il me fait:Code:
1
2
3
4
5
6
7 <logic:iterate id="Incident" name="myColl" scope="request" > <tr class=body> <td><sweetdev:write name="Incident" property="idTraitement"/></td> ... </tr> ... </logic:iterate>
Citation:
Cannot find bean collIncident in scope request