Menu

#9 Field & Action searches should bubble

open
nobody
(5)
2011-03-10
2010-10-15
Weston Pace
No

Given the following...

<Foo>
  <Bar codeBehind="barCB">
    <Baz model="{barField}"/>
  </Bar>
</Foo>

...if barField cannot be found in the Baz component (which it won't be since Baz has no code behind) then it should bubble up and hopefully find it in barCB.

Done:

Searches for fields and actions bubble up to higher level code behinds.

Discussion

Anonymous
Anonymous

Add attachments
Cancel