Show
Ignore:
Timestamp:
03/19/09 10:40:34 (3 years ago)
Author:
john
Message:

features and bug fixes from gocoffeego project

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/form_options_helper.php

    r269 r308  
    226226                                      $html_options) { 
    227227        $html_options = $this->add_default_name_and_id($html_options); 
    228         $value = $this->value(); 
     228        $value = isset($options['selected']) ? $options['selected'] : $this->value(); 
    229229        return $this->error_wrapping( 
    230230            $this->content_tag(