On Tue, Jun 2, 2009 at 5:07 PM, Mike South wrote:
> On Tue, Jun 2, 2009 at 10:54 AM, Mike South wrote:
>> Hi,
>>
>> I have a form with a repeatable element (using
>> HTML::FormFu::Model::DBIC) representing an interviewee that lets me
>> edit the interviewee's firstname and lastname columns. I al
On Tue, Jun 2, 2009 at 10:54 AM, Mike South wrote:
> Hi,
>
> I have a form with a repeatable element (using
> HTML::FormFu::Model::DBIC) representing an interviewee that lets me
> edit the interviewee's firstname and lastname columns. I also want a
> link to appear next to each one that lets you
Hi,
I have a form with a repeatable element (using
HTML::FormFu::Model::DBIC) representing an interviewee that lets me
edit the interviewee's firstname and lastname columns. I also want a
link to appear next to each one that lets you edit the rest of the
details for an interviewee (like href="/in
2009/6/1 Nigel Metheringham :
>
> On 1 Jun 2009, at 13:36, Carl Franks wrote:
>
>> I achieve this by creating a custom plugin which inherits from
>> HTML::FormFu::Plugin and defines a 'pre_process' method that does the
>> heavy-work.
>
> Any chance you have some sample code showing this sort of usa