jplindstrom has asked for the wisdom of the Perl Monks concerning the following question:
Is it me, or should the search_form factory template look more like this:
<form method="get" action="[% base %]/[% classmetadata.table %]/search +/">
rather than like this:
<form method="get" action="[% base %]/[% classmetadata.moniker %]/sear +ch/">
Or did I miss configuring something for the class?
The "moniker", isn't that the human-readable form of table name? Are there ways the table name in the path could be transformed into something other than the real table name?
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Maypole: The search_form template
by simonflk (Pilgrim) on Feb 18, 2005 at 12:40 UTC |