Date: 2004-04-24T12:42:05
   Editor: 131.191.40.91 <>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogMappedBeans
   URL: http://wiki.apache.org/struts/StrutsCatalogMappedBeans

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,8 +2,8 @@
 
 This !BeanMap class provides you with a bean that allows you to access map values 
using <bean:write>.  Assume that you have the following code somewhere:
 {{{
-!BeanMap beanMap1 = new !BeanMap();
-!BeanMap beanMap2 = new !BeanMap();
+BeanMap beanMap1 = new BeanMap();
+BeanMap beanMap2 = new BeanMap();
 beanMap2.setProperty("world","Hello, World!");
 beanMap1.setProperty("map",beanMap2);
 }}}

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

Reply via email to