Back Forward More about Harnesses
 

User Interface category
  1. About 
  2. New 
  3. Design 
  4. Display Options 
  5. Scripts and Styles 
  1. Pages & Classes 
  2. Advanced 
  3. History 
  4. More... 

Linked property references

TipFor fields that are always displayed as read-only, you can enter a linked property reference, of the form .AAAA.BBBB, where AAAA is the linked property and BBBB is any property reference in the object identified by the value of AAAA as a key. For example, if the property AAAA has a value corresponding to a key of a Data-Admin-Operator-ID instance, then .AAAA.pyUserName presents that Operator ID's full name. This allows values from that object to appear (read-only) in the run-time display of the section, although your processing does not explicitly load the object onto the clipboard.

Activities and clipboard page names

Use the standard activity @baseclass.Show-Harness to display harness forms. This activity and the standard harnesses expect to find (by convention) objects on the following page names:

NoteThese page name conventions need not apply to applications that do not depend on harnesses; the work item page may have any name established in the flow.

Java code display

When you save a harness, the system converts your HTML and JSP tags or directives to Java source code. As a learning or debugging aid, you can review this Java code.

Select the View Java toolbar action to see the system-generated Java code that implements the harness. The window presents a read-only preview of the Java that implements this rule instance. This Java code is not identical to the Java that executes at runtime, which includes Java code inlined from other rule instances and reflects rules in the requestor's RuleSet list.

Preview and Run

After you save this rule form, select the Preview toolbar action (to see a more faithful split-screen presentation of the runtime appearance of the harness. (Many harnesses depend on context. Even when the rule is correctly configured, the Preview display may fail and report JSP errors if this harness depends on clipboard contents that do not exist or other rules that cannot be found.) BUG-7472 rejected

Select the Run toolbar action to test the harness with data from the clipboard. See How to test a harness.

As with the Layout tab, the system renders both the Preview and Run displays using the styles of the skin rule identified in the Skins field of the Run Process In group of your General preferences. If the Skins field is blank, these displays use the styles marked Work on the Styles tab of the skin identified in your current portal rule. See Designer Studio — Setting your preferences.

Parent class

Through directed inheritance, the immediate parent class of the Rule-HTML-Harness class is the Rule-Obj-HTML class.

Security

If your application RuleSets contain harnesses that are not auto-generated, run the Rule Security Analyzer before locking a RuleSet Version, to look for possible security issues.

Definitionsactive property, breadcrumbs control, fragment, harness, source HTMLsection
Related topicsJavaServer Pages tags
Directives
Working with user forms
How stream processing works

About the Rule Security Analyzer

 UpAbout Harnesses