#556: Allow true as value for "org.agavi.filter.FormPopulationFilter"/"populate"
to force use of global request data
-------------------------+--------------------------------------------------
 Reporter:  david        |       Owner:  david    
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  0.11     
Component:  filter       |     Version:  0.11.0RC5
 Severity:  minor        |    Keywords:           
-------------------------+--------------------------------------------------
 so either
 {{{
 $rq->setAttribute('populate', true,
 'org.agavi.filter.FormPopulationFilter');
 }}}
 to populate the current URL's form with the current request data, or
 {{{
 $rq->setAttribute('populate', array('formid' => true),
 'org.agavi.filter.FormPopulationFilter');
 }}}
 to populate a form by ID

-- 
Ticket URL: <http://trac.agavi.org/ticket/556>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to