Novell ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010 Manual page 151

Hide thumbs Also See for ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010:
Table of Contents

Advertisement

Check for the following problems with the source content of the Form Fill page:
"Valid HTML Structure" on page 151
"The Option Element Does Not Contain a Value Attribute" on page 151
"The Form Element Does Not Contain a Method Attribute" on page 152
Valid HTML Structure
The Form Fill process aborts if the page does not contain valid HTML structure. The page must
contain the
<html></html>
are missing, you should correct the source page on the Web server. If this is not possible, you can
create a rewriter policy to add the tags.
To add the
<html>
.
<html><body>
To add the
</html>
with
</body></html>
Use similar entries to add the
phrase starts and stops the form.
Configure your rewriter policy so that it runs before the default rewriter policy. For more
information about rewriter policies, see
Manager 3.1 SP2 Access Gateway
The Option Element Does Not Contain a Value Attribute
If an
element does not contain a value attribute, Form Fill cannot fill the value. For
<option>
example:
<form action="select.htm">
<select name="top2">
<option>Bob</option>
<option>Alice</option>
</select>
</form>
If your form contains
<option>
attribute. For example:
<form action="select.htm">
<select name="top2">
<option value="name1">Bob</option>
<option value="name2">Alice</option>
</select>
</form>
If possible, change the source page on the Web server to add the value attribute to the
elements. If this is not possible, you can use a rewriter policy to add the value attribute.
For the Bob option, have the rewriter policy search for
<option value="name1">Bob
For the Alice option, have the rewriter policy search for
<option value="name1">Alice.
tags, and the form must contain the
tag, have the rewriter policy search for the
tag, have the rewriter policy search for the
.
<form></form>
"Configuring HTML
Guide.
elements similar to these, they need to rewritten to contain a value
.
<form></form>
tag, and replace it with
<body>
</body>
tags. You'll need to discover which tag or
Rewriting" in the
and replace it with
<option>Bob
<option>Alice
tags. If these tags
tag, and replace it
Novell Access
<option>
and replace it with
Creating Form Fill Policies 151

Advertisement

Table of Contents
loading

Table of Contents