In my opinion, one should have a tag that allows us to work with nested maps, such that we can retrieve maps as follows:

<jsp:useBean id="foo" class="com.do.wacka.do.TestBeanMap"/><BR>
String: <bean:write name="foo" property="property(keyAlpha).property(keyOmega)"/>
where getProperty("keyAlpha") in foo returns a map with a key "keyOmega" holding a String or other writable class.


I have been trying to find out, unsuccessfully if we have that. It seems we don't but only have maps which can be used when automatically initialized in a set way via reflection. If we don't have this, please let me know. I will build it.

Thanks.


LEGAL NOTICE


This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity to whom this electronic mail transmission was sent as indicated above. If you are not the intended recipient, any disclosure, copying, distribution, or action taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please delete the message. Thank you



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to