I wanted to start a discussion about a TODO in the XML.java source relating to how params are handled.
If you look at line 140-141 in XML.java in Mav 2.1.1 the following todo will be found: // TODO: Maybe check to see if there are child nodes and somehow // include the child node objects in the map. For an upcoming project I would like to be able to define several configuration elements for retrieval as a single param in a controller. Currently there is no way to do this, however it has obviously been thought of before. How can this best be approached to still allow the basic name/value params, as well as more complex params? -- Mike Moulton [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user Archives are available at http://www.mail-archive.com/
