generated tables do not honor @andromda.presentation.web.action.form.key tag value ----------------------------------------------------------------------------------
Key: BPM-298 URL: http://jira.andromda.org/browse/BPM-298 Project: Bpm4Struts Cartridge Type: Bug Versions: 3.1, 3.2 Environment: all Reporter: Philippe de M. Sevestre Assigned to: Wouter Zoons Priority: Minor Line #18 at page-table.jspf.vsl template sets a variable which is suposed to hold the table name for displaytag: #set ($displayTableName = "form.${table.name}") If the use-case to which this page belongs use the "@andromda.presentation.web.action.form.key" tag in order to define a custom form name, the generated page will look for an invaild atribute, causing a runtime error. Proposed solution: Change line #18 to read as: #set ($formKey = $jsp.useCase.formKey) #set ($displayTableName = "${formKey}.${table.name}") -- 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/