Solstice::CGI::FormError - A form error object for Solstice.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::CGI::FormError - A form error object for Solstice.

SYNOPSIS

Top

  use Solstice::CGI::FormError;

  my $error = new Solstice::CGI::FormError()

DESCRIPTION

Top

This API will be used by Solstice::View::MessageService to display an error message.

Export

No symbols exported.

Methods

new()

Creates a new Solstice::CGI::FormError object.

setFormMessages(\%messages)

Sets any form error message strings.

getFormMessages()

Get the form error message strings.

AUTHOR

Top

Jim Laney, <jlaney@u.washington.edu>

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision$

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.