💾 Archived View for heavysquare.com › crafty.txt captured on 2023-04-19 at 22:22:44.

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-


Mon Jan 10 06:57:16 PM CET 2022

struts tag attribute syntax
https://struts.apache.org/tag-developers/tag-syntax

attributes are not homogeneous, the syntax for their values depends on their types
- could be typed string
- or non-string

%{} is called the "expression syntax" which is automatically added
to non-string values, but if you put it there, it's ok too, just to
be confusing for monkey-see-monkey-do devs like me