Re: h:commandLink doesn't invoked

2005-05-24 Thread Csík Norbert
The problem is probably that your dataTable's value is empty when you click on the commanLink. Write out the size of your viewCatalogController.catalogWorkflows property in its getter method and check the log. For example: public Vector getCatalogWorkflows() { System.out.println(catalogWorkflow

h:commandLink doesn't invoked

2005-05-24 Thread Anatol Pomozov
I am a newcomer in myfaces also as in JSF and probably this question has RTFM answer. But i have been fighting with my problem during several days and can't find solution. So I have jspx file which has . As action it has managed-bean method. But when I click generated link method doesn't invoked.