Dev at weitling pisze:
Hi,I just want to set an attribute on an action widget via bean binding. My attempts: <fb:value id="myAction"> <fb:set-attribute name="foo" value="bar"/> </fb:value> => path required, but value cannot be set on action widget <fb:context path="myAction"> <fb:set-attribute name="foo" value="bar"/> </fb:context> => results in an error, too.
May I ask for a use case for such construct? I'm not sure what you want to achieve, really. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
