How do I get DSP pages to accept spaces in %scope% literals?
For instance, following the example in the DSP_and_Output_Template_Developers_Guide:
%scope test1 param(shipPoint=’BWI Hub’)%
my ship point=%value shipPoint%<br/>
...
%endscope%
The web page should display
my ship point=BWI Hub
my ship point='BWI
The value has been terminated at the space character, and a spurious quote character has been inserted.
This is a pretty basic requirement so there must be a way to do it. What have I missed?
(webMethods 9.0.1.0)
#webMethods-General#webMethods#Integration-Server-and-ESB