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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -