[RomaFramework-dev] [ romaframework-Feature Requests-1477009 ] Dynamic fields
Brought to you by:
lvca
|
From: SourceForge.net <no...@so...> - 2007-11-08 02:32:29
|
Feature Requests item #1477009, was opened at 2006-04-26 17:23 Message generated for change (Comment added) made by lvca You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=824593&aid=1477009&group_id=162641 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Priority: 3 Private: No Submitted By: Luca Garulli (lvca) Assigned to: Luca Garulli (lvca) Summary: Dynamic fields Initial Comment: Dynamic fields should be rendered using a Map. Roma will treats each entry in the Map as fieldName/fieldValue pair. This allow to handle fields dynamically. Something like this: ViewClass(dynamicFields="fields") class Test{ ... private Map<String,Object> fields; ... } or by <class> <feature dynamicFields="fields" /> </class> ---------------------------------------------------------------------- >Comment By: Luca Garulli (lvca) Date: 2007-11-08 03:32 Message: Logged In: YES user_id=75115 Originator: YES Use DynaBean instead! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=824593&aid=1477009&group_id=162641 |