Filip Balas <fbalas <at> IMVProjects.com> writes: > > Is there a way to achieve the following using Java code? > <inherited-binding name="value" parameter-name="_preference.fromDate"/>
This is incorrect. Parameter-name is expecting a name of a parameter, not an expression. To achieve what you want, just make sure the directions are set to "auto". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
