[ http://team.andromda.org:8080/jira/browse/BPM-106?page=history ] Wouter Zoons closed BPM-106: ----------------------------
> Plain text in tables is not passed as parameter > ----------------------------------------------- > > Key: BPM-106 > URL: http://team.andromda.org:8080/jira/browse/BPM-106 > Project: Bpm4Struts Cartridge > Type: Bug > Reporter: Matthias KÃspert > Assignee: Wouter Zoons > > > To be able to display a value from an incoming Collection as normal > plain-text field AND to have it as parameter in the following action, the > following change is needed in bpm4struts/StrutsJSP.vm: > After: > ## > ## P L A I N T E X T > ## > #else > replace: > #set ($plainText = "${formBeanName}.${fieldName}") > with > #if (${field.tableLinkColumnName} != "") > #set ($plainText = "row.${field.tableLinkColumnName}") > #else > #set ($plainText = "${formBeanName}.${fieldName}") > #end -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://team.andromda.org:8080/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
