Try to delete the value:

<select name="resultsPerPage" id="resultsPerPage">
       <option
             tal:repeat="item *grid/pager/viewOptions*"
             tal:content="item/label"
             tal:attributes="value item/value; *selected php: item.value
== grid.resultsPerPage*">100</option>
   </select>

becouse you set value by phptal already.


cheers,
szymek



_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to