hi,
i have single object, but method syntax takes Set,
so need to convert the single object to Set <object> in flow,
my flow looks:
<action bean="showRoomBean" method="findByBrand(${flowScope.selectedBrand})"
result-name="models" result-scope="conversation"/>
method() syntax:
findByBrand(Set<Brand> brands)
but selectedBrand is single Brand.
please suggest how to go with this.
if i have to use TwoWayConverter,
how i can use TwoWayConverters to resolve this.


Reply With Quote
