Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Warning
titleDecimal values range and precision

Remember to include Unscaled Value Validator and Scale Validator in each decimal number field.
With them you could get clear message about unsuccessful validation instead of internal error when you try to save too big (or too precise) value.

 Above Above validators also changes database's scale & precision attributes in column definition.

Common Attributes

Insert excerpt
Common Model Field Attributes
Common Model Field Attributes
nopaneltrueCommon Model Field Attributes

Insert excerpt
Additional common attributes for primitive fields
Additional common attributes for primitive fields
nopaneltrue

Example

Code Block
themeEclipse
languagexml
linenumberstrue
<decimal name="salary" />