Dialog problem
Hi,i've a problem with a dialog editor, whith a dialogfieldset nested in a checkable fieldset.
All is rendered fine, but when i put some values and click save, no values seems to be saved (after re-opening dialog only checkable field is stored).
Can anyone help me? Thanks
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:Widget" title="Buttons"> <items jcr:primaryType="cq:WidgetCollection"> <buttons jcr:primaryType="cq:Widget" inputValue="{Boolean}true" name="./has_buttons" title="Add buttons" xtype="checkablefieldset"> <items jcr:primaryType="cq:WidgetCollection"> <button1 jcr:primaryType="cq:Widget" xtype="dialogfieldset" collapsed="{Boolean}false" collapsible="{Boolean}true" title="Button1 Configuration"> <items jcr:primaryType="cq:WidgetCollection"> <style jcr:primaryType="cq:Widget" fieldLabel="Style" fieldDescription="Insert a css class to change button rendering (es. white) " name="./button_style" xtype="textfield"> </style> <label jcr:primaryType="cq:Widget" fieldLabel="Label" name="./button_label" xtype="textfield"/> <link jcr:primaryType="cq:Widget" fieldDescription="Drop pages from the Content Finder or insert an external url" fieldLabel="Link" name="./button_link" defaultValue="#" xtype="pathfield" width="auto"/> <jslink jcr:primaryType="cq:Widget" fieldLabel="External link" fieldDescription="Check only for external call to action (external websites or javascript)" name="./button_jslink" type="checkbox" defaultValue="{Boolean}false" xtype="selection"/> <rel jcr:primaryType="cq:Widget" defaultValue="follow" fieldDescription="Default value: follow" fieldLabel="Index attribute (rel)" name="./button_rel" type="select" xtype="selection"> <options jcr:primaryType="cq:WidgetCollection"> <follow jcr:primaryType="nt:unstructured" text="follow" value="follow"/> <nofollow jcr:primaryType="nt:unstructured" text="nofollow" value="nofollow"/> </options> </rel> <target jcr:primaryType="cq:Widget" defaultValue="_self" fieldDescription="Default value: _self" fieldLabel="Target attribute" name="./button_target" type="select" xtype="selection"> <options jcr:primaryType="cq:WidgetCollection"> <blank jcr:primaryType="nt:unstructured" text="_blank" value="_blank"/> <parent jcr:primaryType="nt:unstructured" text="_parent" value="_parent"/> <self jcr:primaryType="nt:unstructured" text="_self" value="_self"/> <top jcr:primaryType="nt:unstructured" text="_top" value="_top"/> </options> </target> </items> </button1> </items> </buttons> </items> </jcr:root>