Date: 2004-04-24T12:44:10 Editor: 131.191.40.91 <> Wiki: Apache Struts Wiki Page: StrutsCatalogMappedBeans URL: http://wiki.apache.org/struts/StrutsCatalogMappedBeans
no comment Change Log: ------------------------------------------------------------------------------ @@ -9,7 +9,11 @@ beanMap2.setProperty("world","Hello, World!"); beanMap1.setProperty("map",beanMap2); }}} -And, assume that you have set your beanMap1 in some scope on your website, e.g. session.setAttribute("test",beanMap1). Now, you can access the entry in beanMap1 as follows: +And, assume that you have set your beanMap1 in some scope on your website, e.g. +{{{ +session.setAttribute("test",beanMap1); +}}} +Now, you can access the entry in beanMap1 as follows: {{{ <bean:write name="test" property="map(map).map(world)"/> }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]