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}"/>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123583#4123583

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123583
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to