2022.1

Table Of Contents
The Send to Folder step will now write the input data - the job file - to a file in the
Workspace\Debug folder.
When you select the file as sample file (on the Debug ribbon), it can be used to debug the
process. Note however that the process will not return the web page to a browser, as it wasn't
started by a browser.
Tip
The saved file can be used to create a data mapping configuration.
Project details
The web template
The web page is designed in the WEB_HELLO Web Page template. It contains one Web
section (see "Web pages" on page580).
Styling is done via style sheets (see "Local formatting versus style sheets" on page785). The
style rules are in the context_web_styles.css file. Note how they combine the HTML tag, ID and
class of elements to select them. (See also: "Selectors in Connect" on page939.)
There are only two scripts in the template, as you can see on the Scripts pane. You can
double-click to open them.
Tip
Hover over the name of a script in the Scripts pane to highlight parts of the template that
are affected by the script.
l The My name is script looks for an element that has the ID: hero. Inside that element it
looks for the text: @name@ and replaces that with either the default name ("John Doe") or
the name given in the URL.
l The Year script puts the current year in the footer.
For more information about writing scripts, see: "Writing your own scripts" on page918.
Page 180