Hi
I am trying to use only pages.xml to manage my conversation creation and end.
I want to go from a page called pharmacyList.xhtml > pharmacyEdit.xhtml using a method on my controller (action) class.
If I put something like this:
<s:link value="Add New Pharmacy" action="#{pharmacyEditController.newPharmacy}" style=" color: #000000;" propagation="end"></s:link>
<page view-id="/views/admin/pharmacies/pharmacyList.xhtml">
<description>Pharmacy List</description>
<navigation from-action="#{pharmacyEditController.newPharmacy}">
<end-conversation/>
<redirect view-id="/views/admin/pharmacies/pharmacyEdit.xhtml"/>
</navigation>
</page>
Try putting the Seam src in your sourcepath and using your debugger.