I believe the surf.xml configuration file is not a "Spring" file, but a custom XML document parsed manually by the framework. Therefore, variable substitution is not available.
Type: Posts; User: davisk6; Keyword(s):
I believe the surf.xml configuration file is not a "Spring" file, but a custom XML document parsed manually by the framework. Therefore, variable substitution is not available.
I tried that and received an error stating the value must be a Scalar, which brought me down the path I did. I assumed that they could only be static strings.
Exactly. The structure, including size and dimensions, of the ads remain constant, the content of the ad changes. The way we determine which ad content to display is based off of an ad "channel",...
I should also mention that I'm using Java as my implementation method.
As part of an application I am working on, I'm attempting to build a component that can be included many times on a single page with each instance using a different set of parameters. I understand...