yes i have tested your syntax, i remove the default property :<attribute label="Test Default Value" length="350" name="testDefault" sqlDefault="test" type="string"/>but in the form I do not see the default value I associated in the data schema
Hello,I'm trying to create a String field into my schema with default value set as "true".I tried this :<attribute default="true" label="Test Default Value" name="test" type="string" sqlDefault="Test"/>But, it does not workcan you help me please ?
Hi how can i concatenate a string in javascript?I used this: <Where> <condition expr = {"@ idEmail = '+ content. @ name +'"} /> </ Where>it does not workAbdelkarim