Skip to content

HTMLHelper extends missing component #17

@justinh3rdmill

Description

@justinh3rdmill

Trying to render a form on a page fails with an error.

contentbox-formbuilder\handlers\HTMLHelper.cfc extends incorrect component on ContentBox version 4.2.1.

extends="coldbox.system.core.dynamic.HTMLHelper"

Change to:

extends="coldbox.system.modules.HTMLHelper.models.HTMLHelper"

Tested and working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions