But now you'll have: <input type="text" name="0" value=""....> <input type="text" name="1" value=""....>
etc, and the next ListView will have the same (thus conflicts). Eelco On 9/9/05, Johan Compagner <[EMAIL PROTECTED]> wrote: > Why is that? > All components names are unique within a form. There is no other way > a listview doesn't matter. the listview is taken into account. > > > Eelco Hillenius wrote: > > I just found out (working in the train), that form components now put > > their plain ids in their tag's name attributes. Like I stated last > > week, I don't agree with this. It will result in not being able to > > e.g. support two listviews with nested form components in a page. What > > we should be (at least by default) is use the path minus the page > > number (and ':') instead. > > > > Furthermore, the junit tests of wicket-examples were not adjusted, so > > they fail currently. > > > > Eelco > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
