[ http://jira.andromda.org/browse/JSF-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Walter Itamar Mourão resolved JSF-47. ------------------------------------- Resolution: Fixed The correction in the JSF cartridge: #if(!$controller.useCase.getViews().isEmpty()) if (event != null) { #if ($formPopulationOperationRequired) ${action.useCase.actionClassName}ViewPopulator.populateFormAndViewVariables(this.getContext(), form); #else ${action.useCase.actionClassName}ViewPopulator.populateFormAndViewVariables(this.getContext(), null); #end } #end > JSF2 : Populator not generated when there is no transition outgoing an action > state > ----------------------------------------------------------------------------------- > > Key: JSF-47 > URL: http://jira.andromda.org/browse/JSF-47 > Project: JSF cartridge > Issue Type: Bug > Affects Versions: 3.4 > Environment: All > Reporter: Jean-Marc Collin > Assignee: Walter Itamar Mourão > > Action state without outgoing transition are needed to generate PDF for > example. > The workaround I found was to comment the line 210 in the Controller.java.vsl > template file. But I don't know if it is a correct solution. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------