Matteo Pelucco ha scritto:
Matteo Pelucco ha scritto:
How can be possible to create a kind of menu builder?
Answering myself: extending multiselect, isn't it?
I was wrong, multiselect is good as it!
But I have a little problem: how can I retrieve data from a multiselect
entry?
My configuration:
[CN] tab-settings
[CN] title
[CN] intro-text
[CN] entries
[ND] controlType = "multiselect" (String)
[ND] description = "test" (String)
[ND] label = "test multiselect" (String)
[ND] tree = "website" (String) *
[ND] type = "String" (String)
[ND] tree = "website" (String)
* relly a good idea to associate a tree to this control ;-)
How can I access with cms taglib and jstl to stored entries?
When browsing JCR (website) I see a structure like this:
...
.myPage
.0
.entries
.0 = "/firstValue"
.1 = "/secondValue"
.2 = "/thirdValue"
...
again thanks..
Matteo
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------