Thomas L | 7 Oct 22:09

problem with multipart-formdata form and multivalue-parameters

Hi all,

we have a problem with a multipart-formdata form and
multivalue-paramters.
There are some checkboxes which have same names to get an array of the
selected values if the user submits the form. Unfortunatly only one
single 
Value of the selected checkboxes is inserted in the array which we get
via
*getParameterValues(paramName)*

Did anyone have a similar problem?

Regards

Thomas

----------------------------------------------------------------
Adrian Butnaru | 7 Oct 21:14

Magnolia Public with different views for different users

Hi,
I want to setup Magnolia public instance in such way that based on a 
login mechanism users can see after login the Magnolia public instance 
page according with the rights setup by the superuser for example.
For example user1 will see only
menuItem1 ----
    ---- submenuitem11
    ---- submenuitem12

while user2 see only
menutItem2 ----
    ---- submenuitem21
    ---- submenuitem22

Is this possible using only the user rights settings from AdminInterface?

Thanks,
Adrian

----------------------------------------------------------------
Matteo Pelucco | 7 Oct 15:32

MenuBuilder?

How can be possible to create a kind of menu builder?
E.g. a paragraph wich can select an arbitrary number of website pages 
and produce a standard <ul><li> structure?

Extra feature: labelling each menu entry, ordering, set visibility...

Thanks for your hints..

Matteo

----------------------------------------------------------------
Matteo Pelucco | 7 Oct 12:16

Reading module configuration

Hi all!
I need a quick help to better understand how to read module config when 
I want to have structured configuration data like

[everything is under myModule / config]
- logos
   - logo1
     - path = "/logos/logo1.jpg"
     - displayName = "logo1"
     - width = "400"
     - height = "300"
   - logo2
     - path = "/logos/logo2.jpg"
     - displayName = "logo2"
     - width = "200"
     - height = "150"
   - logo3
     - path = "/logos/logo3.jpg"
     - displayName = "logo3"
     - width = "400"
     - height = "300"

I'm going to build a new control called "imagePicker".
The idea is to let the authors to select images from a predefined set.

Image set is defined using configuration.

Having a look into source code, I've found how to use custom module 
config, and it seems that there are 3 major use cases:

(Continue reading)

rainer | 6 Oct 14:52

Workflow configuration - 2 groups


Hi list,

i just used a custom WF for the first time. 
And there was one question arrising:

Is the following possible:

<participant ref="group-publishers, group-foobar"/>

Can i assign an activation for two groups?

So i could keep the default WF running and add my own...

thx a lot

regards
rainer

--

-- 
View this message in context: http://www.nabble.com/Workflow-configuration---2-groups-tp19837353p19837353.html
Sent from the Magnolia - User mailing list archive at Nabble.com.

----------------------------------------------------------------
Matteo Pelucco | 6 Oct 14:35

Custom control: where to put control class?

Hi all..
a quick question.

I'm building a custom control "imagePicker", that wants to select an 
image from repo..

My question is: is it possible to user a different package than 
info.magnolia.cms.gui.dialog? In this case the constructor shold be 
public, and not protected as some examples...

There could be any problem related to the Factory?

Thanks!!
Matteo

----------------------------------------------------------------
rainer | 6 Oct 11:53

Migration 3.5.4 to 3.6.3 - do i have to ...


Hi list,

i want to migrate from 3.5.4 CE to 3.6.3 CE - 

i just read that it is recommended to migrate to 3.5.8 first. Do i have to
take the 3.5.8 step - if i am already on 3.5.4?

I aint got an enterprise licence, so i guess i have to export / import all
contents?

thx a lot..

greetings 
rainer

PS. If some pages are activated and some not - i would have to manually
activate the according pages after migration (that could cause a lot of work
*g*)?
--

-- 
View this message in context: http://www.nabble.com/Migration-3.5.4-to-3.6.3---do-i-have-to-...-tp19834994p19834994.html
Sent from the Magnolia - User mailing list archive at Nabble.com.

----------------------------------------------------------------
Matteo Pelucco | 3 Oct 17:45

(NOT URGENT..) Any idea on this exception?

Hi all, sorry for disturbing you with my newbie-questions..
I'm not in a hurry, if anyone would read on, it can be appreciated (and 
payed with a free-facebook-beer ;-))

I've these 2 exceptions:

-1-

InterceptFilter.java(intercept:166) 03.10.2008 17:40:47  Exception 
caught: test/level2/level/mainColumnParagraphs/0
javax.jcr.PathNotFoundException: test/level2/level/mainColumnParagraphs/0

-2-

ERROR  ch.esense.module.sitedesigner.tags.ParagraphInformation 
ParagraphInformation.java(doEndTag:384) 03.10.2008 17:40:56  dialogs/null
javax.jcr.PathNotFoundException: dialogs/null
	at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2501)
	at info.magnolia.cms.core.DefaultContent.<init>(DefaultContent.java:131)
	at 
info.magnolia.cms.core.DefaultHierarchyManager.getContent(DefaultHierarchyManager.java:279)
	at 
ch.esense.module.sitedesigner.tags.ParagraphInformation.doEndTag(ParagraphInformation.java:338)
	at 
org.apache.jsp.templates.siteDesigner.global.column_jsp._jspx_meth_msd_005fparagraphInformation_005f0(column_jsp.java:620)

---

It happens when I use site designer with a paragraph created by me.
the paragraph is running correctly, idem the related dialog (data is 
(Continue reading)

Matteo Pelucco | 3 Oct 15:28

How to load module config entries

Hi all!

Is there a easy way to load module config entries?

I would like to have several urls, wich often change, in

- /configuration/myModule/config/url_one
- /configuration/myModule/config/url_two
- ...

and then load them with java/tag-lib.

Thanks for your answers..

Matteo

----------------------------------------------------------------
Leviter | 3 Oct 10:29

Control to (multi)select values from data module


Hi,

Is there a control available which allows me to select (multiple) values
from a specified path in the data module?

In this case I have a collection of "keywords" which editors can add in the
data module. In a page dialog I would like to list these keywords and choose
one or more of them.

Any ideas?

I tried the dataUUIDMultiSelect, but all I get is an empty textfield with a
button 'add' and 'delete'. Not exactly what I expected to see. But then
again... maybe I configured it incorrect.

-- Marcel
--

-- 
View this message in context: http://www.nabble.com/Control-to-%28multi%29select-values-from-data-module-tp19793895p19793895.html
Sent from the Magnolia - User mailing list archive at Nabble.com.

----------------------------------------------------------------
claudio.greuter | 3 Oct 10:04

migration from 3.5.2 to magnolia 3.6

Hi List

I am planning on migrating our 3.5.2 to 3.6 because of some issues we have.

Does anyone of you has already made a migration and can tell me if it is save to do so? How is the migration done,
is there a possibility to "reuse" the existing databases (mysql) or do I have to make a fresh bootstrap and
export / import the data via XML?

Thanks for any input

Claudio

----------------------------------------------------------------

Gmane