I have a select in a partial (_partialInPartial) , which itself is in a partial (_partial).
_partialInPartial contains a select. WIthin the select, I have :selected = > nil so that there is nothing selected. When I redraw it, I therefore expect that nothing will be selected in it. However, when I render :partial => '_partialInPartial' it is still retaining the previously selected value Is this because it is a partial within a partial? If so, how can I get around this to make certaian a select in a partial is always set to, in effect, un-selected? Thanks, RVince --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

