agarneau wrote:
But what I am not getting here is how can we fill the values of a combo with an 
object from the domain layer if we have to use a String or Long.
(end of quote)




that's right, the only way to easily populate backing lists from a list of 
domain objects or value objects is to use the convenience method that the 
bpm4struts renders into the form, example:



setItemsBackingList(java.util.Collection items, java.lang.String 
valueProperty, java.lang.String labelProperty)



which will extract the values and labels from all list elements using reflection



that's as far as the support gets, it should be enough though, the rest can be 
done using creativity :-)
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3515#3515
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to