No problem, Dave. Any idea about my problem ?...
As I'm supposed to release this application on the 15th December, I'm getting worse... I found a solution, but I really want to understand my error. Thanks, Dom --- En date de : Ven 26.11.10, Dave Newton <davelnew...@gmail.com> a écrit : > De: Dave Newton <davelnew...@gmail.com> > Objet: Re: javax.servlet.ServletException: BeanUtils.populate > À: "Struts Users Mailing List" <user@struts.apache.org> > Date: Vendredi 26 novembre 2010, 16h55 > Oh. I'm sorry, I completely missed > the nested tags (not sure how I missed > it, though :) > > Sorry for the confusion. > > Dave > > On Fri, Nov 26, 2010 at 8:29 AM, Dominique JUSTE <dju...@yahoo.com> > wrote: > > > Thank you Dave, > > > > Let me show you the generated HTML file : > > <body> > > <table> > > <form name="pageForm" > method="post" action="/EssaiA/traitement.do"> > > > > > <tr> > > > <td>Nom</td> > > > <td><input type="text" > name="liste[0].nom" > > value="1"></td> > > > <td>Prénom</td> > > > <td><input type="text" > name="liste[0].prenom" > > value="0"></td> > > > </tr> > > > > > <tr> > > > <td>Nom</td> > > > <td><input type="text" > name="liste[1].nom" > > value="9"></td> > > > <td>Prénom</td> > > > <td><input type="text" > name="liste[1].prenom" > > value="2"></td> > > > </tr> > > > > ..... > > </body> > > > > We see the indexed liste (liste[0], liste[1], ...). > > > > So, what may I do to indicate that form contains an > indexed property ? In > > which file(s) ? > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org