#303: Add ability to have validation field error messages inserted into the
document by FormPopulationFilter
-------------------------+--------------------------------------------------
 Reporter:  david        |        Owner:  david   
     Type:  enhancement  |       Status:  reopened
 Priority:  normal       |    Milestone:  0.11    
Component:  filter       |      Version:          
 Severity:  normal       |   Resolution:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by ross):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 Suggestion: Adding an extra location: 'after_parent'

 As currently after will put it directly after an element if there is a
 sibling, or after the parent if there isn't.

 For example 'after' can't cater very well for forms like:

 {{{
   <li><input type="text" name="1" /></li>
   <li><input type="text" name="2" /><input type="submit" value="go"/></li>
 }}}

 Patch incoming
 Patch incoming

-- 
Ticket URL: <http://trac.agavi.org/ticket/303#comment:15>
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