7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
|
|
# Error case: field used in expression but not declared
|
||
|
|
# Correction: add field declaration
|
||
|
|
|
||
|
|
ERROR: textFieldExpression uses $F{total_amount} but no <field name="total_amount"> declared.
|
||
|
|
|
||
|
|
FIX: Add <field name="total_amount" class="java.math.BigDecimal"/> to the field declarations section.
|