Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Set default values in ds.xml

    Hi

    I am using sql connector to perform all fetch operations with the help of inbuilt ds.
    Since we do not have any entity here , how can we set default value for each field , tried using param defaultValue="" but it still throws field does not have a default value error
    Any pointers pls?

    #2
    Hi mariaozawa,

    if you are talking about INSERTs/UPDATEs, see customUpdateExpression. For GUI elements, see the FormItem class.

    Isomorphic: Should the customUpdateExpression and similar not be marked VelocityExpression, as it clearly supports Velocity?

    Best regards
    Blama

    Comment

    Working...
    X