[html-formfu] Re: Adding a link to the output of a nested repeatable

2009-06-02 Thread Mike South
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

[html-formfu] Re: Adding a link to the output of a nested repeatable

2009-06-02 Thread Mike South
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

[html-formfu] Adding a link to the output of a nested repeatable

2009-06-02 Thread Mike South
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

Re: [html-formfu] Populating options for Select elements

2009-06-02 Thread Carl Franks
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