Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment:

Update title

...

Most often, the value attribute is set automatically, since name attribute usually tells the framework which property to call to set the value. But, if there is a reason to set the value directory, be advised that value is an Object NOT a String.

(warning) Since value is not a String, whatever is passed to value is evaluated as an expression - NOT a String literal.

Code Block
xml
xml
titleProbably wrong!
<ww:textfield label="%{getText("state.label")}" name="state" value="CA"/>

...