Hi gurus ;-)
I want to show a table with Ids and names where the names should be a
hyperlink to some FrontEndView and the Id should just be shown as normal
text for reference only. However, the Id is needed in the following
action, but it either it does not show up in the table, or it's value
was not available in the action call.
To be able to display the Id-value in my incoming Collection as normal
plain-text field AND to have it as parameter in the following action, I
needed to change bpm4struts/StrutsJSP.vm:
After:
##
## P L A I N T E X T
##
#else
I replaced:
#set ($plainText = "${formBeanName}.${fieldName}")
with
#if (${field.tableLinkColumnName} != "")
#set ($plainText = "row.${field.tableLinkColumnName}")
#else
#set ($plainText = "${formBeanName}.${fieldName}")
#end
As usual: is this really a flaw/bug or did I misinterpret/overlook
something?
Any comments?
TIA,
Matthias
-------------------------------------------------------
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_id=5588&alloc_id=12065&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user