We're upgrading from tapestry 5.1 to 5.2 and have spotted some strange things with the name property of various components. Tapestry forms no longer include the name property at all. Other elements such as the tapestry select component used to have matching id and name properties and now they seem to have different values. Does anyone know if these change are intentional and the reason behind them? Here's an example of the old select box rendered in 5.1 and then in 5.2:
<select title="Select a day" id="select" name="select"> <select title="Select a day" id="select" name="select_0">