Results 1 to 1 of 1
- 09-30-2008, 07:59 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 9
- Rep Power
- 0
Use of setAction in h:commandLink
I have a dataTable which I am generating dynamically (it gets generates from Java code) and I have a commandLink field inside this dataTable.
In the commandLink field I have to give an action which should take me to other page EnquiryDetails.jsp using the navigation case "enquiry" given below.
<navigation-case>
<from-outcome>enquiry</from-outcome>
<to-view-id>/EnquiryDetails.jsp</to-view-id>
</navigation-case>
How can I use the setAction method for navigation? Or is there any other method to navigation?
Please advice me.


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks