Re: [Catalyst] No database defaults with FormHandler and DBIC

2016-11-01 Thread Gerda Shank
A database row is used for defaults only if it is provided in the ‘item’ attribute. If you provide only the item_id and item_class they are used to update the row but not for defaults. Gerda On Mon, Oct 31, 2016 at 12:00 PM, Martin Rehak wrote: > Hi, > > thanks much for

Re: [Catalyst] HTML::FormHandler and the Catalyst stash

2013-01-16 Thread Gerda Shank
. Is this information hiding therein or do I need to create a method to get the last insert id? The primary key of the created row is available in $form-item-book_id. Gerda Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin

[Catalyst] Re: HTML::FormHandler help!

2012-03-06 Thread Gerda Shank
On 3/6/12 12:13 PM, Sungsam Gong wrote: Dear Gerda, Thanks for making HTML::FormHandler, which I found very useful. I was trying to make a simple registration page using HTML::FormHandler, but couldn't make it through. The form itself looks OK, but after clicking the submit button, I got an

Re: [Catalyst] Best form library?

2011-03-07 Thread Gerda Shank
On 3/7/11 5:18 AM, Erez Schatz wrote: IIRC, there were issues with labels on controls. We wanted no label on a button, and had to override the button render method. There were some other stuff in which the way we wanted the form to look didn't fit the way H::FH thought a form should look,

Re: [Catalyst] Formhandler and Auth

2011-03-04 Thread Gerda Shank
On 3/4/11 8:23 AM, Eric Berg wrote: I'm trying to do some progressive engagement by allowing one of my forms to be filled out before a user is required to log in, but once the form is filled, I need them to log in so that I can get the user ID, which is part of the record for that form's row

[Catalyst] Feedback requested on HTML::FormHandler's new widget system

2009-09-02 Thread Gerda Shank
/tree/master I've copied the current version of HTML::FormHandler::Manual::Rendering at the end of this email. Please respond offlist or on #formhandler. Thanks, Gerda Shank = =head1 NAME HTML::FormHandler::Manual::Rendering =head1 SYNOPSIS HFH has

[Catalyst] New release of HTML::FormHandler

2009-07-27 Thread Gerda Shank
#formhandler on irc.perl.org, a mailing list at http://groups.google.com/group/formhandler, and code repositories at http://github.com/gshank/html-formhandler/tree/master and http://github.com/gshank/html-formhandler-model-dbic/tree/master Gerda Shank

Re: [Catalyst] can't seem to install local::lib in dreamhost

2009-06-23 Thread Gerda Shank
had weird problems with CPAN too. I had to end up installing a lot of the modules myself. Gerda Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

Re: [Catalyst] Announce: HTML::FormHandler

2009-03-25 Thread Gerda Shank
Bill Moseley wrote: Argh. My apologies to Gerda. Gerda wanted to convert Form::Processor to Moose and had put a lot of work into it. I couldn't get the versions Gerda sent to me to pass the tests on the my applications that user Form::Processor. Unfortunately, work took a higher priority

[Catalyst] Announce: HTML::FormHandler

2009-03-23 Thread Gerda Shank
HTML::FormHandler is an HTML form class written in Moose. It allows you to define HTML form fields and validators. It can be used for both database and non-database forms, and will automatically update or create rows in a database. One of its goals is to keep the controller interface as

Re: [Catalyst] Hello, Deployment of Catalyst apps in a shared web hosting account without shell

2008-10-03 Thread Gerda Shank
Ari Constancio wrote: I'm new to Catalyst, and would like to know if it is possible to deploy Catalyst apps in a shared web hosting account without shell? For what I've read, it seems not possible but I need to be sure. I have a Catalyst app deployed on shared hosting (with shell access),

Re: [Catalyst] Sending email from a Catalyst app

2008-07-03 Thread Gerda Shank
ivorw wrote: The only trouble is I'm struggling to get it working. Using Sendmail as the mailer sends the mail out - I receive it no problem, but the application gets an exception error when closing pipe to /usr/bin/sendmail. No child processes ... I see that you have moved on to other

[Catalyst] DBIx::Class model for Form::Processor

2008-03-13 Thread Gerda Shank
If anybody is interested in trying my DBIx::Class model for Form::Processor let me know. I'm working on tests and packaging it for CPAN now. Gerda Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman

[Catalyst] Form::Processor and DBIC

2007-12-06 Thread Gerda Shank
I see that Form::Processor works from CDBI. Is there some way to get it to work with DBIC? G.Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

[Catalyst] The Catalyst book?

2007-11-14 Thread Gerda Shank
When will the Catalyst book be published? I don't see it on the Packt publishing list Gerda Shank ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail

[Catalyst] Directory layout

2007-11-08 Thread Gerda Shank
? If, for example, root was changed to htdocs, or you didn't use the static directory? Sorry for all the questions. I've been studying the documentation, but haven't had much like finding explanations for these things, and I'm not sure where to look in the code. Thanks, Gerda Shank