Grégory Joseph ha scritto:
As I said the other day, your "config" node feeds your module's <class>
as a javabean. It needs to know what classes to use where, and for
collections, all you need is an "add" method:
* public Collection getLogos() {}
* public void addLogo(Logo l) { this.logos.add(l); }
hth,
-g
Hi Gregory, you are right...
The problem is that, you know, Magnolia is not an easy platform to enter
in, and, from a beginner point of view, when you encounter any problem
you think you can not solve on your home.
Sometimes it is better to force yourself to try and to "switch on" the
brain ;-)
Thanks for your patience!
Matteo
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------