A DSP tag that specifies a custom tag converter must reference its attributes through the converterattributes attribute, as follows:

<dsp-tag converter="converter-name" converterattributes=attr-list />

attr-list is a list of semi-colon-delimited attributes that are defined in the tag converter, and their values. The convertattributes attribute allows use of attributes that are unknown to the DSPJSP tag library (http://www.atg.com/taglibs/daf/dspjspTaglib1_0).

For example, given a custom tag converter Warthog that defines two attributes, recommendations and winddirection, a dsp:input tag can specify this tag converter as follows:

<dsp:input type="text"
           bean="NuclearOrderFormHandler.address1"
           converter="Warthog"
           converterattributes="recommendations=splunge;winddirection=west" />

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices