|
<f:uuid> |
Standard JET2 Format Tags |
|---|
uuid
Generate a universally unique identifier (UUID).
If the variable 'org.eclipse.jet.formatTags.test' is defined, the tag will return a sequence of values of the form '-Fake_UUID-n-000000000'. This facilitates testing of results that include data based on the tag results.
| Tag Summary | |
|---|---|
| required |
<f:uuid/> |
| full tag |
<f:uuid/> |
| Example | |
|---|---|
|
<%-- This will return a unique string something like: _e_GS4EgEEdugkoUy0CmRoA --%> <f:uuid/> |
|