I have the following tag in some cq5 dialog.xml:
<text jcr:primaryType="cq:Widget" fieldLabel="label" name="./text"
maxLength="150" xtype="textfield" value ="This text has to be displayed in the input field"/>
Now when I call the dialog, I expect to see the following:
but the Inputfiled is empty :(
Any Idea?