Is there a way to achieve the following using Java code?
<inherited-binding name="value" parameter-name="_preference.fromDate"/>

Component FOO has a property bar.
Component BAH is nested within FOO.
I need a piece of java code that will make sure
that when BAH accesses the incoming parameter
from FOO that it is actually getting a reference to
the original property and not a copy or something.

Thanks,
Filip

Reply via email to