Apache::Wyrd::Defaults contains default data for a Form Wyrd.
SYNOPSIS
< BASENAME::SQLForm index="user_id" table="users" >
< BASENAME::Form::Template name="password" >
< BASENAME::Form::Preload >
< BASENAME::Defaults >
select 'root' as user_id;
< /BASENAME::Defaults >
< BASENAME::Query >
select user_id from users where name='Groucho'
< /BASENAME::Query >
< /BASENAME::Form::Preload >
< b >Enter Password:< /b >< br >
< BASENAME::Input name="password" type="password" / >
< BASENAME::Input name="user_id" type="hidden" / >
< /BASENAME::Form::Template >
< BASENAME::Form::Template name="result" >
< H1 >Status: $:_status< /H1 >
< HR >
< P >$:_message< /P >
< /BASENAME::Form::Template >
< /BASENAME::SQLForm >
Provide default values to a parent object. The parent must have a register_defaults method to which Defaults passes itself. The defaults are given in the form of a query, and the sh method accesses the statement handle of that query. This Wyrd was designed to be used with an Apache::Wyrd::Form::Preload object.
HTML ATTRIBUTES
See Apache::Wyrd::Query.
PERL METHODS
See Apache::Wyrd::Query.
Product's homepage
Requirements:
· Perl