java - Accessing a bean with a dot(.) in its ID -
in flow definition, trying access bean has dot in id
(example: <evaluate expression="bus.myservicefacade.someaction()" />
however, not work. swf tries find bean "bus" instead.
initially, got on using helper bean load required bean, solution inelegant , uncomfortable. use of alias'es out of question since beans part of large system , cannot tamper them.
in nutshell, none of solution allowed me refernce bean directly using original name. possible in current swf release?
i able using both bean accessor (@
) symbol , single-quotes around name of bean.
using example: #{@'bus.myservicefacade'.someaction()}
Comments
Post a Comment