You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is extremely useful to create compose variables especially for reuse. However, you will need a new jar file to process these replacements. This can be used using apache commons or just a post-processor in cfml which can go over each key value and process them for replacements.
The text was updated successfully, but these errors were encountered:
By nature the normal java properties files API does NOT allow you to reuse variables in other declarations. Example:
This is extremely useful to create compose variables especially for reuse. However, you will need a new jar file to process these replacements. This can be used using apache commons or just a post-processor in cfml which can go over each key value and process them for replacements.
The text was updated successfully, but these errors were encountered: