At Thu, 22 May 2003 13:32:57 -0500, Cameron B. Prince wrote:
> [+ $set -> PrevNextForm ('Previous Records',
>                         'Next Records',
>                         \%fdat) +]
> The form is being added to the document after it's URL escaped. So the
> source looks like this:

[...]

you need to temporarily disable html escaping:

[+ local $escmode = 0;
   $set->PrevNextForm(...); +]


> Also, is there any way to send a query directly to the module rather than
> just setting fdat options?

build your own hashref and pass that in, rather than using \%fdat.

if it helps, i have a working example of a DBIx::Recordset-using
website at http://www.slug.org.au/.  there's a "view source" link a
the bottom of the page.

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to