You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by de...@struts.apache.org on 2004/04/24 21:42:05 UTC

[Apache Struts Wiki] Updated: StrutsCatalogMappedBeans

   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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org