Hi,
I don't know whether I did correctly in the following code. The bean action throw exception "Target Unreachable, identifier 'action' resolved to null" in s:link. If I change s:link to ice:commandLink, it works. I don't know what is wrong. Thanks for help.
<ui:include src="/common/view.xhtml">
<ui:param name="action" value="#{actionBean}"/>
</ui:include>
view.xhtml
<s:link value="View Link" action="#{action.retrieve}"/>Known issue:
http://jira.jboss.com/jira/browse/JBSEAM-666