Is it possile to map it to a generic page instead of a specific. Since this is used on a template I don't want to have to declare the bean for every possible view that uses the template.
So can I do
<managed-bean>
<managed-bean-name>*$products</managed-bean-name>
...
</managed-bean>
instead of
<managed-bean>
<managed-bean-name>welcome$products</managed-bean-name>
...
</managed-bean>
